AimRT/_deps/boost-src/libs/describe/test/describe_cxx14.cpp

12 lines
290 B
C++
Raw Normal View History

2025-01-12 20:40:08 +08:00
// Copyright 2021 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/describe/detail/config.hpp>
#if !defined(BOOST_DESCRIBE_CXX14)
#error "Describe requires C++14"
#endif // !defined(BOOST_DESCRIBE_CXX14)