1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/numeric/interval/compare.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,19 @@
1.4 +/* Boost interval/compare.hpp template implementation file
1.5 + *
1.6 + * Copyright 2002 Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion
1.7 + *
1.8 + * Distributed under the Boost Software License, Version 1.0.
1.9 + * (See accompanying file LICENSE_1_0.txt or
1.10 + * copy at http://www.boost.org/LICENSE_1_0.txt)
1.11 + */
1.12 +
1.13 +#ifndef BOOST_NUMERIC_INTERVAL_COMPARE_HPP
1.14 +#define BOOST_NUMERIC_INTERVAL_COMPARE_HPP
1.15 +
1.16 +#include <boost/numeric/interval/compare/certain.hpp>
1.17 +#include <boost/numeric/interval/compare/possible.hpp>
1.18 +#include <boost/numeric/interval/compare/explicit.hpp>
1.19 +#include <boost/numeric/interval/compare/lexicographic.hpp>
1.20 +#include <boost/numeric/interval/compare/set.hpp>
1.21 +
1.22 +#endif // BOOST_NUMERIC_INTERVAL_COMPARE_HPP