From d9ec475d945d3035377a0d89ed42e382d8988891 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:33:54 +0900 Subject: Imported Upstream version 1.60.0 Change-Id: Ie709530d6d5841088ceaba025cbe175a4ef43050 Signed-off-by: DongHun Kwak --- doc/html/unordered/bibliography.html | 8 ++++---- doc/html/unordered/buckets.html | 8 ++++---- doc/html/unordered/changes.html | 2 +- doc/html/unordered/comparison.html | 6 +++--- doc/html/unordered/compliance.html | 2 +- doc/html/unordered/hash_equality.html | 4 ++-- doc/html/unordered/rationale.html | 2 +- doc/html/unordered/reference.html | 26 +++++++++++++------------- 8 files changed, 29 insertions(+), 29 deletions(-) (limited to 'doc/html/unordered') diff --git a/doc/html/unordered/bibliography.html b/doc/html/unordered/bibliography.html index a111f75656..7e7dfd7e70 100644 --- a/doc/html/unordered/bibliography.html +++ b/doc/html/unordered/bibliography.html @@ -6,9 +6,9 @@ - + - + @@ -28,9 +28,9 @@ Bibliography

-Bibliography

+Bibliography
-

C/C++ Users Journal. February, 2006. Pete Becker. STL and TR1: Part III - Unordered containers”.

An introducation to the standard unordered containers.

+

C/C++ Users Journal. February, 2006. Pete Becker. STL and TR1: Part III - Unordered containers”.

An introducation to the standard unordered containers.

diff --git a/doc/html/unordered/buckets.html b/doc/html/unordered/buckets.html index b18c43195b..fec365b3ee 100644 --- a/doc/html/unordered/buckets.html +++ b/doc/html/unordered/buckets.html @@ -6,8 +6,8 @@ - - + + @@ -70,7 +70,7 @@

-

Table 37.1. Methods for Accessing Buckets

+

Table 38.1. Methods for Accessing Buckets

@@ -163,7 +163,7 @@ to the hint - unless your hint is unreasonably small or large.

-

Table 37.2. Methods for Controlling Bucket Size

+

Table 38.2. Methods for Controlling Bucket Size

diff --git a/doc/html/unordered/changes.html b/doc/html/unordered/changes.html index 886ccf6255..0116284425 100644 --- a/doc/html/unordered/changes.html +++ b/doc/html/unordered/changes.html @@ -6,7 +6,7 @@ - + diff --git a/doc/html/unordered/comparison.html b/doc/html/unordered/comparison.html index dcd6ea2cd8..2bf66ee5ca 100644 --- a/doc/html/unordered/comparison.html +++ b/doc/html/unordered/comparison.html @@ -6,7 +6,7 @@ - + @@ -28,7 +28,7 @@ Comparison with Associative Containers
-

Table 37.4. Interface differences.

+

Table 38.4. Interface differences.

@@ -243,7 +243,7 @@

-

Table 37.5. Complexity Guarantees

+

Table 38.5. Complexity Guarantees

diff --git a/doc/html/unordered/compliance.html b/doc/html/unordered/compliance.html index 71424601b1..5fa9205185 100644 --- a/doc/html/unordered/compliance.html +++ b/doc/html/unordered/compliance.html @@ -6,7 +6,7 @@ - + diff --git a/doc/html/unordered/hash_equality.html b/doc/html/unordered/hash_equality.html index e95779a19c..e83c6bda56 100644 --- a/doc/html/unordered/hash_equality.html +++ b/doc/html/unordered/hash_equality.html @@ -6,7 +6,7 @@ - + @@ -195,7 +195,7 @@ containers, you'll need to explicitly use Boost.Hash.

-

Table 37.3. Methods for accessing the hash and equality functions.

+

Table 38.3. Methods for accessing the hash and equality functions.

diff --git a/doc/html/unordered/rationale.html b/doc/html/unordered/rationale.html index 5f6b9a9d90..c5c423307e 100644 --- a/doc/html/unordered/rationale.html +++ b/doc/html/unordered/rationale.html @@ -6,7 +6,7 @@ - + diff --git a/doc/html/unordered/reference.html b/doc/html/unordered/reference.html index 44577926eb..813b6a35ae 100644 --- a/doc/html/unordered/reference.html +++ b/doc/html/unordered/reference.html @@ -6,7 +6,7 @@ - + @@ -39,26 +39,26 @@ typename Alloc =std::allocator<Value>>classunordered_set;template<typename Value,typename Hash,typename Pred,typename Alloc> - booloperator==(unordered_set<Value,Hash,Pred,Alloc>const&, + booloperator==(unordered_set<Value,Hash,Pred,Alloc>const&,unordered_set<Value,Hash,Pred,Alloc>const&);template<typename Value,typename Hash,typename Pred,typename Alloc> - booloperator!=(unordered_set<Value,Hash,Pred,Alloc>const&, + booloperator!=(unordered_set<Value,Hash,Pred,Alloc>const&,unordered_set<Value,Hash,Pred,Alloc>const&);template<typename Value,typename Hash,typename Pred,typename Alloc> - voidswap(unordered_set<Value,Hash,Pred,Alloc>&, + voidswap(unordered_set<Value,Hash,Pred,Alloc>&,unordered_set<Value,Hash,Pred,Alloc>&);template<typename Value,typename Hash =boost::hash<Value>,typename Pred =std::equal_to<Value>,typename Alloc =std::allocator<Value>>classunordered_multiset;template<typename Value,typename Hash,typename Pred,typename Alloc> - booloperator==(unordered_multiset<Value,Hash,Pred,Alloc>const&, + booloperator==(unordered_multiset<Value,Hash,Pred,Alloc>const&,unordered_multiset<Value,Hash,Pred,Alloc>const&);template<typename Value,typename Hash,typename Pred,typename Alloc> - booloperator!=(unordered_multiset<Value,Hash,Pred,Alloc>const&, + booloperator!=(unordered_multiset<Value,Hash,Pred,Alloc>const&,unordered_multiset<Value,Hash,Pred,Alloc>const&);template<typename Value,typename Hash,typename Pred,typename Alloc> - voidswap(unordered_multiset<Value,Hash,Pred,Alloc>&, + voidswap(unordered_multiset<Value,Hash,Pred,Alloc>&,unordered_multiset<Value,Hash,Pred,Alloc>&);} @@ -72,15 +72,15 @@ classunordered_map;template<typename Key,typename Mapped,typename Hash,typename Pred,typename Alloc> - booloperator==(unordered_map<Key,Mapped,Hash,Pred,Alloc>const&, + booloperator==(unordered_map<Key,Mapped,Hash,Pred,Alloc>const&,unordered_map<Key,Mapped,Hash,Pred,Alloc>const&);template<typename Key,typename Mapped,typename Hash,typename Pred,typename Alloc> - booloperator!=(unordered_map<Key,Mapped,Hash,Pred,Alloc>const&, + booloperator!=(unordered_map<Key,Mapped,Hash,Pred,Alloc>const&,unordered_map<Key,Mapped,Hash,Pred,Alloc>const&);template<typename Key,typename Mapped,typename Hash,typename Pred,typename Alloc> - voidswap(unordered_map<Key,Mapped,Hash,Pred,Alloc>&, + voidswap(unordered_map<Key,Mapped,Hash,Pred,Alloc>&,unordered_map<Key,Mapped,Hash,Pred,Alloc>&);template<typename Key,typename Mapped,typename Hash =boost::hash<Key>,typename Pred =std::equal_to<Key>, @@ -88,15 +88,15 @@ classunordered_multimap;template<typename Key,typename Mapped,typename Hash,typename Pred,typename Alloc> - booloperator==(unordered_multimap<Key,Mapped,Hash,Pred,Alloc>const&, + booloperator==(unordered_multimap<Key,Mapped,Hash,Pred,Alloc>const&,unordered_multimap<Key,Mapped,Hash,Pred,Alloc>const&);template<typename Key,typename Mapped,typename Hash,typename Pred,typename Alloc> - booloperator!=(unordered_multimap<Key,Mapped,Hash,Pred,Alloc>const&, + booloperator!=(unordered_multimap<Key,Mapped,Hash,Pred,Alloc>const&,unordered_multimap<Key,Mapped,Hash,Pred,Alloc>const&);template<typename Key,typename Mapped,typename Hash,typename Pred,typename Alloc> - voidswap(unordered_multimap<Key,Mapped,Hash,Pred,Alloc>&, + voidswap(unordered_multimap<Key,Mapped,Hash,Pred,Alloc>&,unordered_multimap<Key,Mapped,Hash,Pred,Alloc>&);} -- cgit v1.2.3