]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/ratio/include/boost/ratio/mpl/rational_c_tag.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / ratio / include / boost / ratio / mpl / rational_c_tag.hpp
1 // abs.hpp
2 //
3 // (C) Copyright 2011 Vicente J. Botet Escriba
4 // Use, modification and distribution are subject to the Boost Software License,
5 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt).
7 //
8
9 #ifndef BOOST_RATIO_MPL_RATIONAL_C_TAG_HPP
10 #define BOOST_RATIO_MPL_RATIONAL_C_TAG_HPP
11
12 #ifdef BOOST_RATIO_EXTENSIONS
13
14 #include <boost/mpl/int.hpp>
15
16 namespace boost {
17 namespace mpl {
18
19 struct rational_c_tag : int_<10> {};
20
21 }
22 }
23
24 #endif // BOOST_RATIO_EXTENSIONS
25 #endif // BOOST_RATIO_MPL_RATIONAL_C_TAG_HPP