X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a92d7b716f51a53dea7f59db8524d4add713b910..eb06cc6409cdd8e1e9955e4455d104ca0cf437b3:/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(); }