summaryrefslogtreecommitdiffstats
path: root/test/std/utilities/tuple
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.Eric Fiselier2016-04-153-2/+278
* [libcxx] Remove the "reduced-arity-initialization" extension from the uses-al...Eric Fiselier2016-04-152-55/+98
* Fix type in tuple test. Sorry for the noiseEric Fiselier2015-12-181-2/+2
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-183-6/+153
* [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...Eric Fiselier2015-02-211-0/+17
* Mark more tuple tests as unsupported in C++98 && C++03Eric Fiselier2015-02-192-0/+4
* [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.Eric Fiselier2015-02-1952-12/+103
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-055-4/+18
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-2811-60/+10
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-096-0/+6
* Move test into test/std subdirectory.Eric Fiselier2014-12-2061-0/+3852