Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
libcxx
/
test
/
std
/
utilities
/
tuple
/
tuple.tuple
/
tuple.creation
9af60c4
Implement LWG 2773 - std::ignore should be constexpr.
by Eric Fiselier
· 9 years ago
7a7d4cd
Revert previous cleanup; I got too agressive removing #ifdefs
by Marshall Clow
· 9 years ago
faebbf7
Removed some un-needed ifdefs
by Marshall Clow
· 9 years ago
0f901c7
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
by Stephan T. Lavavej
· 9 years ago
d04c685
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 9 years ago
7626f77
Remove names of unreferenced parameters. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
0a52cd7
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
by Eric Fiselier
· 11 years ago
c281a7a
Get tests running with warnings. Fix warnings in headers and tests
by Eric Fiselier
· 11 years ago
949389c
We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
by Marshall Clow
· 11 years ago
e21582e
Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results.
by Marshall Clow
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago