New upstream version 8.1.0
This commit is contained in:
25
thirdparty/source/boost_1_61_0/boost/ratio/mpl/rational_c_tag.hpp
vendored
Normal file
25
thirdparty/source/boost_1_61_0/boost/ratio/mpl/rational_c_tag.hpp
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
// abs.hpp
|
||||
//
|
||||
// (C) Copyright 2011 Vicente J. Botet Escriba
|
||||
// Use, modification and distribution are subject to the Boost Software License,
|
||||
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt).
|
||||
//
|
||||
|
||||
#ifndef BOOST_RATIO_MPL_RATIONAL_C_TAG_HPP
|
||||
#define BOOST_RATIO_MPL_RATIONAL_C_TAG_HPP
|
||||
|
||||
#ifdef BOOST_RATIO_EXTENSIONS
|
||||
|
||||
#include <boost/mpl/int.hpp>
|
||||
|
||||
namespace boost {
|
||||
namespace mpl {
|
||||
|
||||
struct rational_c_tag : int_<10> {};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // BOOST_RATIO_EXTENSIONS
|
||||
#endif // BOOST_RATIO_MPL_RATIONAL_C_TAG_HPP
|
||||
Reference in New Issue
Block a user