X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d0bdd2e04d23fbcc1db6e7e525cf79979c4643b..613c303dd60c8c071e7107701834d33877a4d285:/include/xbt/config.hpp diff --git a/include/xbt/config.hpp b/include/xbt/config.hpp index af350a5307..42f8fdfd74 100644 --- a/include/xbt/config.hpp +++ b/include/xbt/config.hpp @@ -21,9 +21,9 @@ namespace simgrid { namespace config { -bool parseBool(const char* value); -double parseDouble(const char* value); -long int parseLong(const char* value); +XBT_PUBLIC(bool) parseBool(const char* value); +XBT_PUBLIC(double) parseDouble(const char* value); +XBT_PUBLIC(long int) parseLong(const char* value); template struct parse_option { static inline T parse(const char* value)