summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2023-1645/+0
* Flush out test cases for tuples constructor SFINAEEric Fiselier2014-11-182-23/+132
* [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max te...Eric Fiselier2014-10-281-0/+34
* Fixes PR21157 'tuple: non-default constructible tuple hard failure' Thanks to...Marshall Clow2014-10-153-0/+56
* D4451: Fix copy/move issues casude by __tuple_leafs's converting constructorEric Fiselier2014-07-242-0/+71
* Found two identical files named 'allocators.h' in the libcxx test suite. Move...Marshall Clow2013-12-029-9/+9
* Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...Marshall Clow2013-12-022-2/+2
* Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixi...Marshall Clow2013-07-225-0/+100
* Accidentally disallowed explicit tuple conversions when all elements of the t...Howard Hinnant2013-04-141-0/+9
* Give tuple a constexpr default constructor.Howard Hinnant2012-07-061-0/+14
* I believe tuple is still under development in the standard. Daniel Krugler i...Howard Hinnant2012-04-012-4/+25
* tuple was accidentally lacking a valid copy assignment operator. It went und...Howard Hinnant2012-02-151-1/+1
* license changeHoward Hinnant2010-11-1622-44/+44
* Fixing whitespace problemsHoward Hinnant2010-08-223-5/+3
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1122-22/+22
* libcxx initial importHoward Hinnant2010-05-1122-0/+1233
OpenPOWER on IntegriCloud