From: malaterre Date: Fri, 7 Jan 2005 21:24:38 +0000 (+0000) Subject: ENH: update for __FUNCTION__ stuff X-Git-Tag: Version1.0.bp~429 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=822d4cba3fa696e653cf7cd530bcf4c689e51aac;p=gdcm.git ENH: update for __FUNCTION__ stuff --- diff --git a/ChangeLog b/ChangeLog index 1e107324..bbacebda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ you debug/warning message just as c++ streams which make them very convinient to use. Once this is stabilize I will change the ostringstrem to be redirected to a file (ofstream). + * Properly support C99 extension: __FUNCTION__ which allow us to display + the name of the function call (GNUC also allow __PRETTY_FUNCTION__ for c++) 2005-01-07 Jean-Pierre Roux * Removal of useless and dangerous methods :