Closed ucko closed 3 years ago
Require both Clang 7+ and C++17 or newer, rather than accepting either on its own; otherwise, builds with strict flags (-Wc++17-extensions, as implied by -pedantic) can trigger diagnostics.
-Wc++17-extensions
-pedantic
Require both Clang 7+ and C++17 or newer, rather than accepting either on its own; otherwise, builds with strict flags (
-Wc++17-extensions
, as implied by-pedantic
) can trigger diagnostics.