X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88fad0aaff9eb463f048bfdfe4ad6218aba44ddb..3297da9f47ce18371941b2b48a2f4018b4793ced:/include/xbt/string.hpp diff --git a/include/xbt/string.hpp b/include/xbt/string.hpp index bb237f03de..9400d3d3bf 100644 --- a/include/xbt/string.hpp +++ b/include/xbt/string.hpp @@ -6,7 +6,7 @@ #ifndef SIMGRID_XBT_STRING_HPP #define SIMGRID_XBT_STRING_HPP -#include +#include #include #include @@ -60,11 +60,8 @@ class XBT_PUBLIC string : private string_data { public: // Types typedef std::size_t size_type; - typedef std::ptrdiff_t difference_type; typedef char& reference; typedef const char& const_reference; - typedef char* pointer; - typedef const char* const_pointer; typedef char* iterator; typedef const char* const_iterator;