]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/config/checks/std/cpp_impl_destroying_delete_20.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / config / checks / std / cpp_impl_destroying_delete_20.cpp
CommitLineData
92f5a8d4
TL
1// This file was automatically generated on Fri Aug 23 11:11:12 2019
2// by libs/config/tools/generate.cpp
3// Copyright John Maddock 2002-4.
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#ifdef __has_include
13#if __has_include(<version>)
14#include <version>
15#endif
16#endif
17
18#ifndef __cpp_impl_destroying_delete
19#error "Macro << __cpp_impl_destroying_delete is not set"
20#endif
21
22#if __cpp_impl_destroying_delete < 201806
23#error "Macro __cpp_impl_destroying_delete had too low a value"
24#endif
25
26int main( int, char *[] )
27{
28 return 0;
29}
30