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
/
std
/
containers
History
Marshall Clow
b707e7f391
Fix bug 33389 - __is_transparent check requires too much
...
llvm-svn: 305292
2017-06-13 14:34:58 +00:00
..
associative
Fix bug 33389 - __is_transparent check requires too much
2017-06-13 14:34:58 +00:00
container.adaptors
Fix tests for extended noexcept in the container adaptors tests
2017-04-19 02:07:12 +00:00
container.requirements
…
containers.general
…
sequences
[array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-formed if N >= M. We didn't do that. Add a static_assert to cause a failure, and a test that checks that we failed
2017-06-12 14:41:37 +00:00
unord
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap
2017-04-18 22:50:56 +00:00
Copyable.h
…
Emplaceable.h
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap
2017-04-18 22:50:56 +00:00
map_allocator_requirement_test_templates.h
Fix LWG issue 2345 - Add insert(value_type&&)
2016-04-18 01:40:45 +00:00
NotConstructible.h
…
nothing_to_do.pass.cpp
…
set_allocator_requirement_test_templates.h
Teach map/unordered_map how to optimize 'emplace(Key, T)'.
2016-04-16 00:23:12 +00:00
test_compare.h
…
test_hash.h
…