History log of /freebsd-12.1/contrib/libstdc++/include/debug/map.h (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0
# 2c4ebe03 07-Dec-2011 Dimitry Andric <[email protected]>

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/de

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

show more ...


Revision tags: release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0
# f8a1b7d9 19-May-2007 Alexander Kabaev <[email protected]>

GCC 4.2.0 release C++ standard library and runtime support code.


Revision tags: release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0
# f260e61b 03-Jun-2005 Alexander Kabaev <[email protected]>

Gcc 3.4.4 C++ support bits.


Revision tags: release/5.4.0, release/4.11.0, release/5.3.0
# ffeaf689 28-Jul-2004 Alexander Kabaev <[email protected]>

Gcc 3.4.2 20040728 C++ support bits.