1. f0562af noexcept for <array>. by Howard Hinnant · 13 years ago
  2. a5e0121 noexcept for <tuple>. And in the process learned that I had done it wrong for pair's swap. I needed to create an __is_nothrow_swappable<T>::value trait that was smart enought to answer false when __is_swappable<T>::value is false. Otherwise one gets compile-time errors when using pair or tuple of non-swappable types, even if you never try to swap the pair or tuple. by Howard Hinnant · 13 years ago
  3. f9b8998 I have to revert this recent fix to tuple conversions until clang implements cwg 1170. Without this fix pair and tuple don't convert properly. With it, associative containers get access errors when they shouldn't. cwg 1170 fixes the latter. by Howard Hinnant · 13 years ago
  4. fddf722 Chris Jefferson found this bug to pair/tuple introduced by a recent change to the draft that I missed. by Howard Hinnant · 13 years ago
  5. f83417b Chandler Carruth changed >> to > > in several places. by Howard Hinnant · 14 years ago
  6. 0e1493e LWG 1385 [FCD] tuple_cat should be a single variadic signature (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. by Howard Hinnant · 14 years ago
  7. f048fe3 N3123 by Howard Hinnant · 14 years ago
  8. cd2254b LWG 1191 by Howard Hinnant · 14 years ago
  9. 86ed8ae LWG 1118 by Howard Hinnant · 14 years ago
  10. b64f8b0 license change by Howard Hinnant · 14 years ago
  11. e049cc5 Cleaning up some tuple code. by Howard Hinnant · 14 years ago
  12. 333f50d visibility-decoration. by Howard Hinnant · 14 years ago
  13. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  14. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  15. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago