tlk00 / BitMagic

BitMagic Library
http://bitmagic.io
Other
412 stars 48 forks source link

BM_FALLTHROUGH: Correctly conditionalize [[fallthrough]] under Clang. #63

Closed ucko closed 3 years ago

ucko commented 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.