X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2abf25f94d9a3fd19a5d85637d6758932be8b047..846b7de4a868bf8dc1270f76a01c33738576694d:/src/cxx/ProcessNotFoundException.hpp?ds=inline diff --git a/src/cxx/ProcessNotFoundException.hpp b/src/cxx/ProcessNotFoundException.hpp index 6e8bc6efdd..9e29e0055f 100644 --- a/src/cxx/ProcessNotFoundException.hpp +++ b/src/cxx/ProcessNotFoundException.hpp @@ -13,6 +13,10 @@ #ifndef MSG_PROCESSNOTFOUNDEXCEPTION_HPP #define MSG_PROCESSNOTFOUNDEXCEPTION_HPP +#ifndef __cplusplus + #error ProcessNotFoundException.hpp requires C++ compilation (use a .cxx suffix) +#endif + #include namespace SimGrid