[libcxx-commits] [PATCH] D119865: [libc++][nfc] Add TEST_HAS_NO_STRONG_ENUMS.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 17 11:11:45 PST 2022


Mordante added a comment.

In D119865#3327222 <https://reviews.llvm.org/D119865#3327222>, @Quuxplusone wrote:

> To clarify in case it's needed: The guard around `define _LIBCPP_DECLARE_STRONG_ENUM(x)` should now use `#if defined(_LIBCPP_CXX03_LANG)`. The macro `_LIBCPP_HAS_NO_STRONG_ENUMS` should vanish.

Correct that is the plan. So I revert this patch locally and grep for `_LIBCPP_HAS_NO_STRONG_ENUMS`, replace it with the proper version macro and reuse this review for the new approach.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119865



More information about the libcxx-commits mailing list