diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-17 20:38:33 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-17 20:38:33 +0000 |
commit | 5cb6199de0c9bc65a9bcf97d149906e4cda4f497 (patch) | |
tree | 23e5e81465acd13cd2a2635509863fd3501a3683 /libstdc++-v3/include/debug/map.h | |
parent | 247f7e36024cec5895db659c15213259130ade57 (diff) | |
download | gcc-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/map.h')
-rw-r--r-- | libstdc++-v3/include/debug/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/debug/map.h b/libstdc++-v3/include/debug/map.h index c8eec2c4c6f..2ac21dff5bc 100644 --- a/libstdc++-v3/include/debug/map.h +++ b/libstdc++-v3/include/debug/map.h @@ -38,6 +38,7 @@ namespace std { namespace __debug { + /// Class std::map with safety/checking/debug instrumentation. template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > class map |