From: alegrand Date: Tue, 16 May 2006 10:08:41 +0000 (+0000) Subject: A word about the C++ bug X-Git-Tag: v3.3~3140 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1f1599a32c0ae1a8540106d8361080f4cc0add47?ds=sidebyside A word about the C++ bug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2218 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index fe6ff11385..68476aed1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,8 @@ SimGrid (3.0.2) unstable; urgency=low * Reworked a little bit some #include statements to load only required headers. Some user code that relied on SimGrid to include stdlib or stdio may need to include it by themselves. [AL] + * Fixed xbt/log.h. A missing SG_BEGIN_DECL prevented compilation with + g++. [AL] SURF: * complete rewrote of the KCCFLN05 workstation model. It is now an