From: Arnaud Giersch Date: Tue, 3 Apr 2018 17:16:47 +0000 (+0200) Subject: Kill unused typedefs from xbt::string. X-Git-Tag: v3.20~530 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4f4afa70b8cc31bd39d3ab5dbaf7ae899c77b34b?hp=c11ff67e793ea2ba851d7bad5ab3fbbc937e48b3;ds=sidebyside Kill unused typedefs from xbt::string. --- diff --git a/include/xbt/string.hpp b/include/xbt/string.hpp index bb237f03de..7af6d332c1 100644 --- a/include/xbt/string.hpp +++ b/include/xbt/string.hpp @@ -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;