diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2013-08-08 21:52:50 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2013-08-08 21:52:50 +0000 |
commit | 2472b928d221fb4d48c8e0f771f0467c51af73c7 (patch) | |
tree | 29f9969286ed8868a6559d9bf86522295caaa276 /libcxx/test/containers/sequences/vector.bool/iterators.pass.cpp | |
parent | db8bf8313a8b3eee33f9053215681e8362ee5f62 (diff) | |
download | bcm5719-llvm-2472b928d221fb4d48c8e0f771f0467c51af73c7.tar.gz bcm5719-llvm-2472b928d221fb4d48c8e0f771f0467c51af73c7.zip |
N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests
llvm-svn: 188019
Diffstat (limited to 'libcxx/test/containers/sequences/vector.bool/iterators.pass.cpp')
-rw-r--r-- | libcxx/test/containers/sequences/vector.bool/iterators.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/sequences/vector.bool/iterators.pass.cpp b/libcxx/test/containers/sequences/vector.bool/iterators.pass.cpp index f45bf986990..98f725e25ce 100644 --- a/libcxx/test/containers/sequences/vector.bool/iterators.pass.cpp +++ b/libcxx/test/containers/sequences/vector.bool/iterators.pass.cpp @@ -95,7 +95,7 @@ int main() } #endif #if _LIBCPP_STD_VER > 11 - { // N3664 testing + { // N3644 testing std::vector<bool>::iterator ii1{}, ii2{}; std::vector<bool>::iterator ii4 = ii1; std::vector<bool>::const_iterator cii{}; |