]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/config/checks/std/cpp_lib_is_swappable_17.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / config / checks / std / cpp_lib_is_swappable_17.cpp
CommitLineData
1e59de90 1// This file was automatically generated on Thu Feb 3 18:10:41 2022
92f5a8d4 2// by libs/config/tools/generate.cpp
1e59de90 3// Copyright John Maddock 2002-21.
92f5a8d4
TL
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#include <type_traits>
19
20#ifndef __cpp_lib_is_swappable
21#error "Macro << __cpp_lib_is_swappable is not set"
22#endif
23
24#if __cpp_lib_is_swappable < 201603
25#error "Macro __cpp_lib_is_swappable had too low a value"
26#endif
27
28int main( int, char *[] )
29{
30 return 0;
31}
32