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
/
sequences
/
array
/
array.tuple
History
Marshall Clow
6db379a2c8
[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
...
llvm-svn: 305191
2017-06-12 14:41:37 +00:00
..
get_const_rv.pass.cpp
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo.
2015-12-18 00:36:55 +00:00
get_const.pass.cpp
Suppress array initialization warnings in std::experimental::apply tests
2015-10-01 07:05:38 +00:00
get_rv.pass.cpp
Suppress array initialization warnings in std::experimental::apply tests
2015-10-01 07:05:38 +00:00
get.fail.cpp
Update -verify test to use new static assert message
2016-09-25 08:30:05 +00:00
get.pass.cpp
Suppress array initialization warnings in std::experimental::apply tests
2015-10-01 07:05:38 +00:00
tuple_element.fail.cpp
[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
tuple_element.pass.cpp
…
tuple_size.pass.cpp
…