summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/include/ext/rb_tree
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/include/ext/rb_tree')
-rw-r--r--contrib/libstdc++/include/ext/rb_tree5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/libstdc++/include/ext/rb_tree b/contrib/libstdc++/include/ext/rb_tree
index f4b24b6..3941243 100644
--- a/contrib/libstdc++/include/ext/rb_tree
+++ b/contrib/libstdc++/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>
OpenPOWER on IntegriCloud