summaryrefslogtreecommitdiffstats
path: root/test/std/utilities/tuple/tuple.tuple/tuple.cnstr
Commit message (Expand)AuthorAgeFilesLines
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-172-2/+2
* [libcxx] [test] Fix comment typos.Stephan T. Lavavej2017-02-051-1/+1
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-182-4/+4
* Fix unused parameters and variablesEric Fiselier2016-12-234-8/+11
* Fix XFAILS for is_trivially_destructible traitEric Fiselier2016-12-151-3/+0
* Add tests for LWG 2796Eric Fiselier2016-12-151-0/+38
* Add more test cases for PR31384Eric Fiselier2016-12-151-9/+59
* Add test case for PR31384Eric Fiselier2016-12-151-0/+38
* Revert r289727 due to PR31384Eric Fiselier2016-12-151-154/+0
* Work around bug in initialization of std::array base class with older clangsEric Fiselier2016-12-141-2/+6
* [libcxx] Fix tuple construction/assignment from types derived from tuple/pair...Eric Fiselier2016-12-141-0/+150
* Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.Eric Fiselier2016-12-081-7/+14
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-086-50/+50
* Fix PR30979 - tuple<move_only> is constructible from move_only const&Eric Fiselier2016-11-131-0/+50
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-045-7/+15
* Make tuple_constructible and family lazy again.Eric Fiselier2016-07-021-0/+102
* Fix PR27684 - std::tuple no longer accepts reference to incomplete type in so...Eric Fiselier2016-06-212-20/+56
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-013-5/+5
* Guard testing of tuple extensions to make tests portableEric Fiselier2016-05-274-2/+15
* 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