// 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 S1 { enum E1 {}; BOOST_DESCRIBE_ENUM(E1) }; #endif // !defined(BOOST_DESCRIBE_CXX14)