summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr
Commit message (Expand)AuthorAgeFilesLines
* Make tuples constructors conditionally EXPLICIT. See N4387Eric Fiselier2016-04-1911-3/+285
* 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
* [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-191-0/+2
* [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.Eric Fiselier2015-02-1922-0/+44
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-053-3/+7
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-285-5/+5
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-092-0/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2023-0/+1645
OpenPOWER on IntegriCloud