From 12bcc10de92d4d4bfeb9820452bb6f1db80e7838 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Mon, 21 Mar 2011 17:15:19 +0000 Subject: [PATCH] Ratio: import from Trunk [SVN r70320] --- include/boost/ratio.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/boost/ratio.hpp diff --git a/include/boost/ratio.hpp b/include/boost/ratio.hpp new file mode 100644 index 0000000..096fe62 --- /dev/null +++ b/include/boost/ratio.hpp @@ -0,0 +1,14 @@ +// ratio.hpp ---------------------------------------------------------------// + +// Copyright 2010 Vicente J. Botet Escriba + +// Distributed under the Boost Software License, Version 1.0. +// See http://www.boost.org/LICENSE_1_0.txt + + +#ifndef BOOST_RATIO_HPP +#define BOOST_RATIO_HPP + +#include + +#endif // BOOST_RATIO_HPP