Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67582 - trunk/boost/ratio/mpl
From: vicente.botet_at_[hidden]
Date: 2011-01-02 14:35:55


Author: viboes
Date: 2011-01-02 14:35:53 EST (Sun, 02 Jan 2011)
New Revision: 67582
URL: http://svn.boost.org/trac/boost/changeset/67582

Log:
Boost.Ratio: Added rtional_c_tag
Added:
   trunk/boost/ratio/mpl/
   trunk/boost/ratio/mpl/rational_c_tag.hpp (contents, props changed)

Added: trunk/boost/ratio/mpl/rational_c_tag.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/ratio/mpl/rational_c_tag.hpp 2011-01-02 14:35:53 EST (Sun, 02 Jan 2011)
@@ -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 : mpl::int_<10> {};
+
+}
+}
+
+#endif // BOOST_RATIO_EXTENSIONS
+#endif // BOOST_RATIO_MPL_RATIONAL_C_TAG_HPP


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk