This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c6c7bfc4d2bc37f55f57504c19d47deb7645dd76
clang-p2996
/
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
…
get_const.pass.cpp
…
get_rv.pass.cpp
…
get.fail.cpp
…
get.pass.cpp
…
tuple_element.fail.cpp
…
tuple_element.pass.cpp
…
tuple_size.pass.cpp
…