Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use pointers instead references.
[simgrid.git] / src / cxx / ProcessNotFoundException.hpp
index 6e8bc6e..9e29e00 100644 (file)
 #ifndef MSG_PROCESSNOTFOUNDEXCEPTION_HPP\r
 #define MSG_PROCESSNOTFOUNDEXCEPTION_HPP\r
 \r
+#ifndef __cplusplus\r
+       #error ProcessNotFoundException.hpp requires C++ compilation (use a .cxx suffix)\r
+#endif\r
+\r
 #include <Exception.hpp>\r
 \r
 namespace SimGrid\r