[libcxx-commits] [PATCH] D65034: [libc++] use constexpr for sizeof comparisons
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 26 07:33:40 PDT 2020
ldionne added a comment.
In D65034#1943506 <https://reviews.llvm.org/D65034#1943506>, @asomers wrote:
> Here's the command line that built the offending file:
>
> [...]
>
You are asking for the warning by using `-Wsystem-headers`. I think we should either not do anything or push/pop an ignore pragma for the warning around the offending code.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65034/new/
https://reviews.llvm.org/D65034
More information about the libcxx-commits
mailing list