llvm-project/libcxx
Howard Hinnant a945a32981 More fixes: One of my fixes to type_traits earlier today was incorrect, so that is reverted. Recently clang appears to have tightened up its definition of is_convertible and that has caused some failures in [unordered_][multi]map. I've switched to using is_constructible to restablish the desired functionality in [unordered_][multi]map. Specifically, inserting rvalues of move-only types for the keys.
llvm-svn: 133402
2011-06-19 21:45:00 +00:00
..
cmake
include More fixes: One of my fixes to type_traits earlier today was incorrect, so that is reverted. Recently clang appears to have tightened up its definition of is_convertible and that has caused some failures in [unordered_][multi]map. I've switched to using is_constructible to restablish the desired functionality in [unordered_][multi]map. Specifically, inserting rvalues of move-only types for the keys. 2011-06-19 21:45:00 +00:00
lib more Apple build system tweaks 2011-06-09 23:31:35 +00:00
src noexcept for Chapter 22 [localization]. 2011-05-31 15:34:58 +00:00
test noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. 2011-06-04 22:09:19 +00:00
www
CMakeLists.txt
CREDITS.TXT Update CREDITS.TXT 2011-06-09 16:53:33 +00:00
LICENSE.TXT
Makefile