hanchenye-llvm-project/libcxx
Douglas Gregor 71711a673b Inline namespaces are always available in Clang. Rely on that without
testing via __has_feature, since __has_feature for C++0x features no
longer evaluates true in C++98/03 mode.

Also, eliminate the redundant using directive. Inline namespaces make
their members visible in the enclosing namespace automatically.

llvm-svn: 124293
2011-01-26 15:39:56 +00:00
..
cmake Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
include Inline namespaces are always available in Clang. Rely on that without 2011-01-26 15:39:56 +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