Go to the documentation of this file. 10 #ifndef BOOST_BEAST_CORE_DETAIL_CONFIG_HPP 11 #define BOOST_BEAST_CORE_DETAIL_CONFIG_HPP 13 #include <boost/config.hpp> 14 #include <boost/version.hpp> 16 #if BOOST_VERSION >= 106500 || ! defined(BOOST_GCC) || BOOST_GCC < 70000 17 # define BOOST_BEAST_FALLTHROUGH BOOST_FALLTHROUGH 19 # define BOOST_BEAST_FALLTHROUGH __attribute__((fallthrough))