1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 95526d3 Make tuples constructors conditionally EXPLICIT. See N4387 by Eric Fiselier · 8 years ago
  3. f063052 [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. by Eric Fiselier · 9 years ago
  4. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/utilities/tuple/tuple.tuple/tuple.cnstr/const_Types.fail.cpp]
  5. dc1345f I believe tuple is still under development in the standard. Daniel Krugler is/will be making convincing arguments that a modified form of LWG 2051 (currently NAD Future) is easily acheivable and desirable. He has demonstrated that a tuple<T...> where all of the T are implicitly convertible from U... should have a tuple constructor that is also implicit, instead of explicit. This would support the use cases in LWG 2051 while not undermining T... with explicit conversions from U.... This check-in is an experimental implementation of Daniel's work. I believe this work to be mature enough to warrant inclusion into libc++. If anyone sees real-world problems that this check in causes, please let me know and I will revert it, and provide the feedback to the LWG. by Howard Hinnant · 12 years ago
  6. b64f8b0 license change by Howard Hinnant · 14 years ago
  7. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  8. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago