annotate DEPENDENCIES/generic/include/boost/chrono/typeof/boost/ratio.hpp @ 80:dc4da16ace47

Cope with directories that (like VamPy) have actual plugins in a subdir. Also update subrepos.
author Chris Cannam
date Mon, 17 Nov 2014 13:00:08 +0000
parents 2665513ce2d3
children
rev   line source
Chris@16 1 //////////////////////////////////////////////////////////////////////////////
Chris@16 2 //
Chris@16 3 // (C) Copyright Vicente J. Botet Escriba 20010.
Chris@16 4 // Distributed under the Boost Software License, Version 1.0.
Chris@16 5 // (See accompanying file LICENSE_1_0.txt or
Chris@16 6 // copy at http://www.boost.org/LICENSE_1_0.txt)
Chris@16 7 //
Chris@16 8 // Based on the unique_threader/unique_joiner design from of Kevlin Henney (n1883)
Chris@16 9 //
Chris@16 10 // See http://www.boost.org/libs/chrono for documentation.
Chris@16 11 //
Chris@16 12 //////////////////////////////////////////////////////////////////////////////
Chris@16 13
Chris@16 14 #ifndef BOOST_CHRONO_TYPEOF_RATIO_HPP
Chris@16 15 #define BOOST_CHRONO_TYPEOF_RATIO_HPP
Chris@16 16
Chris@16 17 #include <boost/ratio/ratio.hpp>
Chris@16 18 #include <boost/typeof/typeof.hpp>
Chris@16 19
Chris@16 20 #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
Chris@16 21
Chris@16 22 BOOST_TYPEOF_REGISTER_TEMPLATE(boost::ratio, (boost::intmax_t)(boost::intmax_t))
Chris@16 23
Chris@16 24 #endif