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

Wesley Maxey via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 21 17:39:16 PST 2022


wmaxey added a comment.

As @__simt__ has stated, we do make use of this macro, but are open to the idea of an alternative that does provide similar configurability.

This macro is used to differentiate between two namespaces depending on how the project is included/used. It would be possible for us to move away from some such a mechanism, but ideally rather than deleting it, I would like to see it be replaced with something that allows us to assume the namespace we need to search isn't necessarily `std::`


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