Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 4 | -402/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept ↵ | Marshall Clow | 2014-10-07 | 1 | -0/+14 |
| | | | | | | specification'. Thanks to Louis Dionne for the fix. llvm-svn: 219243 | ||||
* | Implement LWG issue 2301: Mark std::tie as constexpr | Marshall Clow | 2014-02-25 | 1 | -0/+9 |
| | | | | llvm-svn: 202158 | ||||
* | Implement LWG issue 2275 'forward_as_tuple should be constexpr' | Marshall Clow | 2013-10-05 | 1 | -0/+12 |
| | | | | llvm-svn: 192038 | ||||
* | War on tabs | Howard Hinnant | 2013-08-07 | 1 | -1/+1 |
| | | | | llvm-svn: 187906 | ||||
* | Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of ↵ | Marshall Clow | 2013-07-22 | 2 | -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 Hinnant | 2010-12-11 | 1 | -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 change | Howard Hinnant | 2010-11-16 | 4 | -8/+8 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -1/+0 |
| | | | | llvm-svn: 111767 | ||||
* | US 98, US 99 | Howard Hinnant | 2010-08-19 | 2 | -21/+72 |
| | | | | llvm-svn: 111542 | ||||
* | [util.smartptr.hash] | Howard Hinnant | 2010-06-03 | 1 | -0/+21 |
| | | | | llvm-svn: 105393 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 3 | -3/+3 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 3 | -0/+186 |
llvm-svn: 103490 |