diff options
| author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-02 06:17:36 +0000 |
|---|---|---|
| committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-02 06:17:36 +0000 |
| commit | 2d9129d7ba963bdfdb503de89c6ae983c92b6010 (patch) | |
| tree | 75df7cecca57c01063deb91e43b2243b4bb6f93b /libstdc++-v3/include/ext/rb_tree | |
| parent | c5006c1577e0445d8c5e2a4b851c8a5762a8c747 (diff) | |
| download | ppe42-gcc-2d9129d7ba963bdfdb503de89c6ae983c92b6010.tar.gz ppe42-gcc-2d9129d7ba963bdfdb503de89c6ae983c92b6010.zip | |
2002-07-02 Phil Edwards <pme@gcc.gnu.org>
* docs/html/configopts.html, docs/html/install.html: Tweaks.
* include/ext/algorithm, include/ext/hash_map, include/ext/hash_set,
include/ext/iterator, include/ext/numeric, include/ext/rb_tree,
include/ext/slist, include/ext/stl_rope.h: Add doxygen hooks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55172 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/ext/rb_tree')
| -rw-r--r-- | libstdc++-v3/include/ext/rb_tree | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/include/ext/rb_tree b/libstdc++-v3/include/ext/rb_tree index f4b24b6fa59..39412438382 100644 --- a/libstdc++-v3/include/ext/rb_tree +++ b/libstdc++-v3/include/ext/rb_tree @@ -73,6 +73,11 @@ using std::allocator; // Class rb_tree is not part of the C++ standard. It is provided for // compatibility with the HP STL. +/** + * This is an SGI extension. + * @ingroup SGIextensions + * @doctodo +*/ template <class _Key, class _Value, class _KeyOfValue, class _Compare, class _Alloc = allocator<_Value> > struct rb_tree : public _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> |

