Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c21f901b2fabebbb7ba89a5643effa49b7bf77d0
/
libcxx
/
test
/
utilities
/
tuple
/
tuple.tuple
a62ebe0
Give tuple a constexpr default constructor.
by Howard Hinnant
· 13 years ago
0527c62
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
· 14 years ago
fa8df7d
tuple was accidentally lacking a valid copy assignment operator. It went undetected because I had failed to test assigning from a const lvalue. This fixes http://llvm.org/bugs/show_bug.cgi?id=11921
by Howard Hinnant
· 14 years ago
7f64810
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
· 15 years ago
601afb3
LWG 1191
by Howard Hinnant
· 15 years ago
ef61683
LWG 1118
by Howard Hinnant
· 15 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
7609c9b
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
by Howard Hinnant
· 15 years ago
94b2dd0
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
907af26
GB 85, GB 87
by Howard Hinnant
· 15 years ago
1102fbb
US 98, US 99
by Howard Hinnant
· 15 years ago
d1803b6
[util.smartptr.hash]
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago