os/ossrv/ossrv_pub/boost_apis/boost/numeric/interval/compare.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /* Boost interval/compare.hpp template implementation file
     2  *
     3  * Copyright 2002 Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion
     4  *
     5  * Distributed under the Boost Software License, Version 1.0.
     6  * (See accompanying file LICENSE_1_0.txt or
     7  * copy at http://www.boost.org/LICENSE_1_0.txt)
     8  */
     9 
    10 #ifndef BOOST_NUMERIC_INTERVAL_COMPARE_HPP
    11 #define BOOST_NUMERIC_INTERVAL_COMPARE_HPP
    12 
    13 #include <boost/numeric/interval/compare/certain.hpp>
    14 #include <boost/numeric/interval/compare/possible.hpp>
    15 #include <boost/numeric/interval/compare/explicit.hpp>
    16 #include <boost/numeric/interval/compare/lexicographic.hpp>
    17 #include <boost/numeric/interval/compare/set.hpp>
    18 
    19 #endif // BOOST_NUMERIC_INTERVAL_COMPARE_HPP