commit | 497ac97247791e251d94c85602ae44d2ededadc4 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Wed Jan 26 15:39:56 2011 |
committer | Douglas Gregor <dgregor@apple.com> | Wed Jan 26 15:39:56 2011 |
tree | 09bdb28e2ed24d3e79e22de109e9f47fc789ed8f | |
parent | aab015a9294d47daf2234f316ac1f765af141d02 [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@124293 91177308-0d34-0410-b5e6-96231b3b80d8