From b14efa6fbf6cb8e68a74f0cd704c0b8f09d8bd48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Tue, 21 Jul 2009 09:59:35 +0000 Subject: [PATCH] documented tag_list [SVN r55055] --- doc/reference/hash_indices.html | 7 ++++--- doc/reference/indices.html | 16 +++++++++++++--- doc/reference/ord_indices.html | 7 ++++--- doc/reference/rnd_indices.html | 9 +++++---- doc/reference/seq_indices.html | 9 +++++---- 5 files changed, 31 insertions(+), 17 deletions(-) diff --git a/doc/reference/hash_indices.html b/doc/reference/hash_indices.html index 8661a64..a6d902a 100644 --- a/doc/reference/hash_indices.html +++ b/doc/reference/hash_indices.html @@ -220,6 +220,7 @@ do not exactly conform to the requirements for unordered associative containers. typedef Pred key_equal; typedef tuple< size_type,key_from_value,hasher,key_equal> ctor_args; + typedef TagList tag_list; typedef Allocator allocator_type; typedef typename Allocator::pointer pointer; typedef typename Allocator::const_pointer const_pointer; @@ -386,7 +387,7 @@ following types: