From: Gabriel Corona Date: Mon, 4 Jul 2016 14:55:57 +0000 (+0200) Subject: Avoid depending on C++11 stuff when including C/SMPI headers X-Git-Tag: v3_14~811 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1555ef43eee251e5892a2f7fd49bc96e99d68fef?hp=1555ef43eee251e5892a2f7fd49bc96e99d68fef Avoid depending on C++11 stuff when including C/SMPI headers The user might compile C++ without C++11 and would not be able to compile the code even if he would be able to compile it in C. ---