Skip to content
Commit 71711a67 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

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
parent b6f16119
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment