]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/config/test/boost_no_cxx17.ipp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / config / test / boost_no_cxx17.ipp
CommitLineData
1e59de90
TL
1// (C) Copyright John Maddock 2021
2
3// Use, modification and distribution are subject to the
4// Boost Software License, Version 1.0. (See accompanying file
5// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7// See http://www.boost.org/libs/config for more information.
8
9// MACRO: BOOST_NO_CXX17
10// TITLE: C++17
11// DESCRIPTION: C++17 non-conformance
12
13#include <boost/config/assert_cxx17.hpp>
14
15namespace boost_no_cxx17 {
16
17int test()
18{
19 return 0;
20}
21
22}