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/list | |
| parent | 247f7e36024cec5895db659c15213259130ade57 (diff) | |
| download | ppe42-gcc-5cb6199de0c9bc65a9bcf97d149906e4cda4f497.tar.gz ppe42-gcc-5cb6199de0c9bc65a9bcf97d149906e4cda4f497.zip | |
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/list')
| -rw-r--r-- | libstdc++-v3/include/debug/list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/debug/list b/libstdc++-v3/include/debug/list index d4904893f22..72060e0dc9c 100644 --- a/libstdc++-v3/include/debug/list +++ b/libstdc++-v3/include/debug/list @@ -39,6 +39,7 @@ namespace std { namespace __debug { + /// Class std::list with safety/checking/debug instrumentation. template<typename _Tp, typename _Allocator = std::allocator<_Tp> > class list : public _GLIBCXX_STD_D::list<_Tp, _Allocator>, |

