Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Warn on undefined #if, and enjoy that feature
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 9 Mar 2016 09:28:15 +0000 (10:28 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 9 Mar 2016 09:28:18 +0000 (10:28 +0100)
- remove the #include <simgrid_config.h> from xbt/base.h now that it's safe
- Add the include where needed. Amusingly, xbt/string.hpp was unable
  of getting the definition of HAVE_MC alone. Fixing this leaves me with
  only 2 broken tests in MC mode where I had 17 of them before...


No differences found