[libcxx-commits] [PATCH] D96786: <ciso646> should provide defines for alternative operator representations
Yuriy Chernyshov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 16 10:21:51 PST 2021
georgthegreat added a comment.
@ldionne, actually, I was talking about standard-bound `#error`, as follows:
#if _LIBCPP_STD_VER > 14
#error "#include <ciso646> is not valid in C++17"
#endif
I am not sure, what would be the most portable way to generate `#error` though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96786/new/
https://reviews.llvm.org/D96786
More information about the libcxx-commits
mailing list