summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-402/+0
| | | | llvm-svn: 224658
* Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept ↵Marshall Clow2014-10-071-0/+14
| | | | | | specification'. Thanks to Louis Dionne for the fix. llvm-svn: 219243
* Implement LWG issue 2301: Mark std::tie as constexprMarshall Clow2014-02-251-0/+9
| | | | llvm-svn: 202158
* Implement LWG issue 2275 'forward_as_tuple should be constexpr'Marshall Clow2013-10-051-0/+12
| | | | llvm-svn: 192038
* War on tabsHoward Hinnant2013-08-071-1/+1
| | | | llvm-svn: 187906
* Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of ↵Marshall Clow2013-07-222-1/+36
| | | | | | fixing bug #16599. Thanks to Howard for the review and updates. llvm-svn: 186834
* LWG 1385 [FCD] tuple_cat should be a single variadic signature ↵Howard Hinnant2010-12-111-15/+90
| | | | | | (http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#1385). This issue is only in Ready status, meaning it is not official, but probably will be this March in Madrid. It was tentatively accepted in Batavia with the previso that Bill and I didn't have any problems implementing it. This is my part of that agreement. llvm-svn: 121619
* license changeHoward Hinnant2010-11-164-8/+8
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+0
| | | | llvm-svn: 111767
* US 98, US 99Howard Hinnant2010-08-192-21/+72
| | | | llvm-svn: 111542
* [util.smartptr.hash]Howard Hinnant2010-06-031-0/+21
| | | | llvm-svn: 105393
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-113-3/+3
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-113-0/+186
llvm-svn: 103490
OpenPOWER on IntegriCloud