mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
The namespace is unnecessary, and libc++ style is not to include it on type names. (As opposed to function names, where qualification affects ADL; and in certain function signatures where `std::` and `_VSTD::` might be mangled differently. This is none of those situations.)