Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
It won't compile without C++ anyway.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 28 Mar 2018 20:45:57 +0000 (22:45 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 28 Mar 2018 20:54:06 +0000 (22:54 +0200)
src/include/surf/surf.hpp

index 58e3a95..9252170 100644 (file)
 #include "xbt/graph.h"
 #include "xbt/misc.h"
 
-#ifndef __cplusplus
-#error This is a C++ only file, now
-#endif
-
 namespace simgrid {
 namespace surf {
 class CpuModel;