mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-04 07:14:30 +02:00
add min/max headers
[SVN r26178]
This commit is contained in:
19
include/boost/mpl/max.hpp
Normal file
19
include/boost/mpl/max.hpp
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
|
||||||
|
#ifndef BOOST_MPL_MAX_HPP_INCLUDED
|
||||||
|
#define BOOST_MPL_MAX_HPP_INCLUDED
|
||||||
|
|
||||||
|
// Copyright Aleksey Gurtovoy 2004
|
||||||
|
//
|
||||||
|
// Distributed under 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)
|
||||||
|
//
|
||||||
|
// See http://www.boost.org/libs/mpl for documentation.
|
||||||
|
|
||||||
|
// $Source$
|
||||||
|
// $Date$
|
||||||
|
// $Revision$
|
||||||
|
|
||||||
|
#include <boost/mpl/min_max.hpp>
|
||||||
|
|
||||||
|
#endif // BOOST_MPL_MAX_HPP_INCLUDED
|
19
include/boost/mpl/min.hpp
Normal file
19
include/boost/mpl/min.hpp
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
|
||||||
|
#ifndef BOOST_MPL_MIN_HPP_INCLUDED
|
||||||
|
#define BOOST_MPL_MIN_HPP_INCLUDED
|
||||||
|
|
||||||
|
// Copyright Aleksey Gurtovoy 2004
|
||||||
|
//
|
||||||
|
// Distributed under 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)
|
||||||
|
//
|
||||||
|
// See http://www.boost.org/libs/mpl for documentation.
|
||||||
|
|
||||||
|
// $Source$
|
||||||
|
// $Date$
|
||||||
|
// $Revision$
|
||||||
|
|
||||||
|
#include <boost/mpl/min_max.hpp>
|
||||||
|
|
||||||
|
#endif // BOOST_MPL_MIN_HPP_INCLUDED
|
Reference in New Issue
Block a user