From b413fb18b409c8ff936b3827c2cb2da911e56ea5 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Thu, 11 Nov 2004 04:50:18 +0000 Subject: [PATCH] add min/max headers [SVN r26178] --- include/boost/mpl/max.hpp | 19 +++++++++++++++++++ include/boost/mpl/min.hpp | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 include/boost/mpl/max.hpp create mode 100644 include/boost/mpl/min.hpp diff --git a/include/boost/mpl/max.hpp b/include/boost/mpl/max.hpp new file mode 100644 index 0000000..1899431 --- /dev/null +++ b/include/boost/mpl/max.hpp @@ -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 + +#endif // BOOST_MPL_MAX_HPP_INCLUDED diff --git a/include/boost/mpl/min.hpp b/include/boost/mpl/min.hpp new file mode 100644 index 0000000..fe802a7 --- /dev/null +++ b/include/boost/mpl/min.hpp @@ -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 + +#endif // BOOST_MPL_MIN_HPP_INCLUDED