freebsd-dev/contrib/libstdc++/include/debug
Dimitry Andric 2c4ebe03a0 Make it possible to use the debug versions of std::map and std::multimap
with clang, by removing two unneeded using declarations.  Otherwise, you
would get errors similar to:

/usr/include/c++/4.2/debug/map.h:77:20: error: dependent using declaration resolved to type without 'typename'
      using _Base::value_compare;
                   ^

N.B.: Take care when you actually use the debug versions of any
libstdc++ header.  They are more likely to contain problems, because
they are exercised far less often, and since the standard library
complexity guarantees don't always apply anymore, compile times can
drastically increase.

MFC after:	2 weeks
2011-12-07 21:00:33 +00:00
..
bitset GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
debug.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
deque GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
formatter.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
functions.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
hash_map GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
hash_map.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
hash_multimap.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
hash_multiset.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
hash_set GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
hash_set.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
list GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
macros.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
map GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
map.h Make it possible to use the debug versions of std::map and std::multimap 2011-12-07 21:00:33 +00:00
multimap.h Make it possible to use the debug versions of std::map and std::multimap 2011-12-07 21:00:33 +00:00
multiset.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
safe_base.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
safe_iterator.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
safe_iterator.tcc GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
safe_sequence.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
set GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
set.h GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
string GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00
vector GCC 4.2.0 release C++ standard library and runtime support code. 2007-05-19 01:25:07 +00:00