[libcxx-commits] [PATCH] D107239: [libcxx] Remove _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 10 08:35:32 PDT 2021


Mordante added a comment.

Valid point. Probably GCC-10 will work perfectly when you compile in C++17 mode. Maybe we should not introduce the errors for now and wait and see how many bug reports we get of users using unsupported compilers. If that becomes a burden we can introduce the `#error`s.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107239



More information about the libcxx-commits mailing list