llvm-project/libcxx
Douglas Gregor d18302f1bb Teach move_iterator that rvalue references cannot bind to non-function
lvalues, nor can one take the address of an xvalue, by adding
appropriate static_cast's (in the first case) and a temporary (in the
second case).

llvm-svn: 124255
2011-01-26 00:12:48 +00:00
..
cmake Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
include Teach move_iterator that rvalue references cannot bind to non-function 2011-01-26 00:12:48 +00:00
lib Effort to reduce the number of exported symbols 2010-12-17 14:46:43 +00:00
src Effort to reduce the number of exported symbols 2010-12-17 14:46:43 +00:00
test placeholder test 2011-01-25 16:32:04 +00:00
www type_traits intrinsics design 2010-11-19 01:48:13 +00:00
CMakeLists.txt Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
CREDITS.TXT Marshall Clow's fix for Bug 8421. 2011-01-04 19:21:05 +00:00
LICENSE.TXT libc++ is now dual licensed under both UIUC and MIT licenses. 2010-11-16 21:40:19 +00:00
Makefile <rdar://problem/8279559> [libstdcxx] use new linker options to make symbols non-weak 2010-09-10 20:42:36 +00:00