Cosmetic STL typedef changes

This commit is contained in:
William S Fulton 2019-02-14 08:16:16 +00:00
commit dc34c39c53
5 changed files with 4 additions and 7 deletions

View file

@ -50,7 +50,6 @@ namespace std {
typedef _Key key_type;
typedef _Tp mapped_type;
typedef std::pair< const _Key, _Tp > value_type;
typedef value_type* pointer;
typedef const value_type* const_pointer;
typedef value_type& reference;