X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/940de22d7f2af82d58be3e886e6bc22608b4d8ec..cf0ebedfe4a6fd8a14784135e912725b7e027d6f:/include/xbt/string.hpp?ds=sidebyside 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;