]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/chrono/include/boost/chrono/typeof/boost/ratio.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / chrono / include / boost / chrono / typeof / boost / ratio.hpp
CommitLineData
7c673cae
FG
1//////////////////////////////////////////////////////////////////////////////
2//
3// (C) Copyright Vicente J. Botet Escriba 20010.
4// Distributed under the Boost Software License, Version 1.0.
5// (See accompanying file LICENSE_1_0.txt or
6// copy at http://www.boost.org/LICENSE_1_0.txt)
7//
8// Based on the unique_threader/unique_joiner design from of Kevlin Henney (n1883)
9//
10// See http://www.boost.org/libs/chrono for documentation.
11//
12//////////////////////////////////////////////////////////////////////////////
13
14#ifndef BOOST_CHRONO_TYPEOF_RATIO_HPP
15#define BOOST_CHRONO_TYPEOF_RATIO_HPP
16
17#include <boost/ratio/ratio.hpp>
18#include <boost/typeof/typeof.hpp>
19
20#include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
21
22BOOST_TYPEOF_REGISTER_TEMPLATE(boost::ratio, (boost::intmax_t)(boost::intmax_t))
23
24#endif