has_is_constant_evaluated.cpp 324 B

12345678910
  1. // Copyright John Maddock 2013.
  2. // Use, modification and distribution are subject to the
  3. // Boost Software License, Version 1.0. (See accompanying file
  4. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #include <boost/multiprecision/number.hpp>
  6. #ifdef BOOST_MP_NO_CONSTEXPR_DETECTION
  7. #error 1
  8. #endif