]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/config/assert_cxx17.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / config / assert_cxx17.hpp
CommitLineData
1e59de90
TL
1// This file was automatically generated on Thu Feb 3 18:10:41 2022
2// by libs/config/tools/generate.cpp
3// Copyright John Maddock 2002-21.
4// Use, modification and distribution are subject to the
5// Boost Software License, Version 1.0. (See accompanying file
6// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
8// See http://www.boost.org/libs/config for the most recent version.//
9// Revision $Id$
10//
11
12#include <boost/config.hpp>
13#include <boost/config/assert_cxx14.hpp>
14
15#ifdef BOOST_NO_CXX17_FOLD_EXPRESSIONS
16# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_FOLD_EXPRESSIONS."
17#endif
18#ifdef BOOST_NO_CXX17_HDR_ANY
19# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_HDR_ANY."
20#endif
21#ifdef BOOST_NO_CXX17_HDR_CHARCONV
22# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_HDR_CHARCONV."
23#endif
24#ifdef BOOST_NO_CXX17_HDR_EXECUTION
25# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_HDR_EXECUTION."
26#endif
27#ifdef BOOST_NO_CXX17_HDR_FILESYSTEM
28# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_HDR_FILESYSTEM."
29#endif
30#ifdef BOOST_NO_CXX17_HDR_MEMORY_RESOURCE
31# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_HDR_MEMORY_RESOURCE."
32#endif
33#ifdef BOOST_NO_CXX17_HDR_OPTIONAL
34# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_HDR_OPTIONAL."
35#endif
36#ifdef BOOST_NO_CXX17_HDR_STRING_VIEW
37# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_HDR_STRING_VIEW."
38#endif
39#ifdef BOOST_NO_CXX17_HDR_VARIANT
40# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_HDR_VARIANT."
41#endif
42#ifdef BOOST_NO_CXX17_IF_CONSTEXPR
43# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_IF_CONSTEXPR."
44#endif
45#ifdef BOOST_NO_CXX17_INLINE_VARIABLES
46# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_INLINE_VARIABLES."
47#endif
48#ifdef BOOST_NO_CXX17_ITERATOR_TRAITS
49# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_ITERATOR_TRAITS."
50#endif
51#ifdef BOOST_NO_CXX17_STD_APPLY
52# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_STD_APPLY."
53#endif
54#ifdef BOOST_NO_CXX17_STD_INVOKE
55# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_STD_INVOKE."
56#endif
57#ifdef BOOST_NO_CXX17_STRUCTURED_BINDINGS
58# error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_STRUCTURED_BINDINGS."
59#endif