]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/mp11/version.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / mp11 / version.hpp
1 #ifndef BOOST_MP11_VERSION_HPP_INCLUDED
2 #define BOOST_MP11_VERSION_HPP_INCLUDED
3
4 // Copyright 2019 Peter Dimov
5 //
6 // Distributed under the Boost Software License, Version 1.0.
7 //
8 // See accompanying file LICENSE_1_0.txt or copy at
9 // http://www.boost.org/LICENSE_1_0.txt
10
11 // Same format as BOOST_VERSION:
12 // major * 100000 + minor * 100 + patch
13
14 #define BOOST_MP11_VERSION 107200
15
16 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED