Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / config / has_is_constant_evaluated.cpp
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
6 #include <boost/multiprecision/number.hpp>
7
8 #ifdef BOOST_MP_NO_CONSTEXPR_DETECTION
9 #error 1
10 #endif