Default initialization for vector-like containers

Complexity guarantees for associative container constructors and ordered input ranges
Added benchmark for associative containers
Fixes #9166

[SVN r85964]
This commit is contained in:
Ion Gaztañaga
2013-09-26 18:05:25 +00:00
parent 59b2793df7
commit 14f092ab00
39 changed files with 1450 additions and 242 deletions
+1 -1
View File
@@ -937,7 +937,7 @@ class basic_string
}
//! <b>Effects</b>: Inserts or erases elements at the end such that
//! the size becomes n. New elements are default constructed.
//! the size becomes n. New elements are value initialized.
//!
//! <b>Throws</b>: If memory allocation throws
//!