// Copyright 2021 Peter Dimov // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt #include #if !defined(BOOST_DESCRIBE_CXX14) #error "Skipping test because C++14 is not available" #else struct X {}; BOOST_DESCRIBE_ENUM(X) #endif // !defined(BOOST_DESCRIBE_CXX14)