[libcxx-commits] [PATCH] D75955: [libcxx] Enable C++17 for the benchmarks
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 11 12:29:38 PDT 2020
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM since `CXX_STANDARD 17` will decay to an older standard if the compiler doesn't support `-std=c++17`. It seems to be the behavior we want (although I would argue that setting `CXX_STANDARD_REQUIRED` would also make sense).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75955/new/
https://reviews.llvm.org/D75955
More information about the libcxx-commits
mailing list