Define IOX_FALLTHROUGH
Defined in File attributes.hpp
Define Documentation
-
IOX_FALLTHROUGH
IOX_FALLTHROUGH adds the [[fallthrough]] keyword when it is available for the current compiler.
Note
[[fallthrough]] supported since clang 3.9 (https://clang.llvm.org/cxx_status.html) activate keywords for gcc>=7 or clang>=4