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