[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
Wed Feb 16 09:41:30 PST 2022


Mordante added a comment.

Good point. It also seems Clang only supports it in C++11 and not in C++03.
In that case I prefer to remove `_LIBCPP_HAS_NO_STRONG_ENUMS` from the codebase and test for C++03 instead.
That the `_LIBCPP_DECLARE_STRONG_ENUM` macros will be gated by the language version.
Agreed on this 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