[libcxx-commits] [PATCH] D117811: [libc++] Remove _VSTD

Dimitry Andric via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 20 11:18:15 PST 2022


dim added a comment.

How do you mean "no practical difference"? `_VSTD` is defined as `std::_LIBCPP_ABI_NAMESPACE`, and in turn, `_LIBCPP_ABI_NAMESPACE` is configurable by the user, or defaults to mangling the ABI version in it. So this would be a huge change, for unknown benefit?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117811/new/

https://reviews.llvm.org/D117811



More information about the libcxx-commits mailing list