1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00
freebsd/contrib/libstdc++/include
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
..
backward Reorganize the gcc vendor import work area. This flattens out a bunch 2008-06-01 00:03:21 +00:00
bits Reorganize the gcc vendor import work area. This flattens out a bunch 2008-06-01 00:03:21 +00:00
c Reorganize the gcc vendor import work area. This flattens out a bunch 2008-06-01 00:03:21 +00:00
c_compatibility Reorganize the gcc vendor import work area. This flattens out a bunch 2008-06-01 00:03:21 +00:00
c_std Reorganize the gcc vendor import work area. This flattens out a bunch 2008-06-01 00:03:21 +00:00
debug Make it possible to use the debug versions of std::map and std::multimap 2011-12-07 21:00:33 +00:00
ext Some fixes so we can build libstdc++ with clang: 2010-08-24 13:38:53 +00:00
precompiled Reorganize the gcc vendor import work area. This flattens out a bunch 2008-06-01 00:03:21 +00:00
std Upgrade of base gcc and libstdc++ to the last GPLv2-licensed revision 2011-03-29 20:53:51 +00:00
tr1 Upgrade of base gcc and libstdc++ to the last GPLv2-licensed revision 2011-03-29 20:53:51 +00:00
Makefile.am Reorganize the gcc vendor import work area. This flattens out a bunch 2008-06-01 00:03:21 +00:00
Makefile.in Reorganize the gcc vendor import work area. This flattens out a bunch 2008-06-01 00:03:21 +00:00