[libcxx-commits] [PATCH] D131326: [libc++][ranges] Sets ranges feature-test macro.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 9 10:09:47 PDT 2022


var-const added inline comments.


================
Comment at: libcxx/utils/generate_feature_test_macro_components.py:984
 #   ifdef {name}
 #     error "{name} should not be defined when {test_suite_guard} is not defined!"
 #   endif
----------------
Mordante wrote:
> @var-const here the error is generated.
Thanks for explaining!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131326



More information about the libcxx-commits mailing list