summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/multiset.h
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-17 20:38:33 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-17 20:38:33 +0000
commit5cb6199de0c9bc65a9bcf97d149906e4cda4f497 (patch)
tree23e5e81465acd13cd2a2635509863fd3501a3683 /libstdc++-v3/include/debug/multiset.h
parent247f7e36024cec5895db659c15213259130ade57 (diff)
downloadgcc-5cb6199de0c9bc65a9bcf97d149906e4cda4f497.tar.gz
2009-11-17 Benjamin Kosnik <bkoz@redhat.com>
* include/debug/bitset: Add doxygen markup. * include/debug/deque: Same. * include/debug/list: Same. * include/debug/map.h: Same. * include/debug/multimap.h: Same. * include/debug/set.h: Same. * include/debug/multiset.h: Same. * include/debug/unordered_map: Same. * include/debug/unordered_set: Same. * include/debug/string: Same. * include/debug/vector: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154268 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/debug/multiset.h')
-rw-r--r--libstdc++-v3/include/debug/multiset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/debug/multiset.h b/libstdc++-v3/include/debug/multiset.h
index a952663ea31..1a15c207bc8 100644
--- a/libstdc++-v3/include/debug/multiset.h
+++ b/libstdc++-v3/include/debug/multiset.h
@@ -38,6 +38,7 @@ namespace std
{
namespace __debug
{
+ /// Class std::multiset with safety/checking/debug instrumentation.
template<typename _Key, typename _Compare = std::less<_Key>,
typename _Allocator = std::allocator<_Key> >
class multiset