X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3e7a6085312ea8e0cc7b71adaef4074db9b15892..e04af740db254a5aadccc142a53d2738b2b4cf56:/include/xbt/string.hpp diff --git a/include/xbt/string.hpp b/include/xbt/string.hpp index 9343ce600d..912fe8dd6a 100644 --- a/include/xbt/string.hpp +++ b/include/xbt/string.hpp @@ -8,15 +8,14 @@ #include -#include #include -#include +#include +#include #if SIMGRID_HAVE_MC #include #include -#include #include #include @@ -165,10 +164,7 @@ public: return data()[i]; } // Conversion - operator std::string() const - { - return std::string(this->c_str(), this->size()); - } + operator std::string() const { return std::string(this->c_str(), this->size()); } // Iterators iterator begin() { return data(); }