... even when !defined(_LIBCPP_VERSION). (Note that the previous definition for this case - ((void)0); - is ill-formed at namespace scope.)
Details
Details
- Reviewers
• Quuxplusone Mordante ldionne - Group Reviewers
Restricted Project - Commits
- rG1d3964d2adc4: [libcxx][test] Make LIBCPP_STATIC_ASSERT usable at namespace scope
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM%comment.
libcxx/test/support/test_macros.h | ||
---|---|---|
238–243 | I think you're onto something here. :) |
libcxx/test/support/test_macros.h | ||
---|---|---|
238–243 | I'll change these when I push. |
I think you're onto something here. :)