[PATCH] D55517: Remove `_VSTD`
Eric Fiselier via Phabricator
reviews at reviews.llvm.org
Mon Dec 10 10:48:23 PST 2018
EricWF added a comment.
In D55517#1325586 <https://reviews.llvm.org/D55517#1325586>, @jfb wrote:
> > Quick Question: What's the difference between writing `_VSTD::` and `std::`? Nothing.
>
> I thought it was `std:: _LIBCPP_ABI_NAMESPACE` ?
It is. But `std::` and `std::__1` always resolve the same when used within namespace `std::`. There is no functional difference, which is confusing.
In D55517#1325829 <https://reviews.llvm.org/D55517#1325829>, @ldionne wrote:
> I personally like this change but I'd wait a bit to see whether other people oppose (and why) before submitting.
Thanks Louis!
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55517/new/
https://reviews.llvm.org/D55517
More information about the libcxx-commits
mailing list