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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 20 06:21:21 PDT 2022


Mordante marked 2 inline comments as done.
Mordante 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
----------------
var-const wrote:
> Mordante wrote:
> > @var-const here the error is generated.
> Thanks for explaining!
See D132293.


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