Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Taking in consideration inline keyword for c++ compiler.
[simgrid.git] / include / xbt / misc.h
index 81282b6..91693a6 100644 (file)
@@ -52,6 +52,8 @@
 #    else
 #        define XBT_INLINE
 #    endif
+# else
+#    define XBT_INLINE  inline
 #endif