This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
containers
History
Marshall Clow
8bf1f08a2c
Make std::get constexpr
...
llvm-svn: 186525
2013-07-17 18:25:36 +00:00
..
associative
Remove implicit conversion from __value_type to value_type in [unordered_][multi]map. This fixes
http://llvm.org/bugs/show_bug.cgi?id=16549
2013-07-05 18:06:00 +00:00
container.adaptors
noexcept for <stack>. This completes noexcept for Chapter 23 [containers].
2011-06-04 22:09:19 +00:00
container.requirements
license change
2010-11-16 22:09:02 +00:00
containers.general
license change
2010-11-16 22:09:02 +00:00
sequences
Make std::get constexpr
2013-07-17 18:25:36 +00:00
unord
Remove implicit conversion from __value_type to value_type in [unordered_][multi]map. This fixes
http://llvm.org/bugs/show_bug.cgi?id=16549
2013-07-05 18:06:00 +00:00
Copyable.h
…
DefaultOnly.h
…
Emplaceable.h
Suppress some warings in the tests.
2011-05-13 23:59:50 +00:00
min_allocator.h
Implement full support for non-pointer pointers in custom allocators for vector.
2013-06-27 19:35:32 +00:00
MoveOnly.h
…
NotConstructible.h
…
nothing_to_do.pass.cpp
license change
2010-11-16 22:09:02 +00:00
stack_allocator.h
This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
2013-03-23 17:27:16 +00:00
test_allocator.h
This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
2013-03-23 17:27:16 +00:00
test_compare.h
…
test_hash.h
…