llvm-project/libcxx
Howard Hinnant 8298b9c2fd Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6
llvm-svn: 133616
2011-06-22 12:13:55 +00:00
..
cmake http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki 2011-05-24 12:54:00 +00:00
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 Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6 2011-06-22 12:13:55 +00:00
CMakeLists.txt Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
CREDITS.TXT Update CREDITS.TXT 2011-06-09 16:53:33 +00:00
LICENSE.TXT libc++ is now dual licensed under both UIUC and MIT licenses. 2010-11-16 21:40:19 +00:00
Makefile support another Apple build environment 2011-05-24 20:27:31 +00:00