1
0
forked from boostorg/mpl
Files
boost_mpl/include/boost/mpl/max.hpp
T
Aleksey Gurtovoy 3b04dada5d merge RC_1_32_0 fixes
[SVN r26325]
2004-11-28 01:58:27 +00:00

20 lines
436 B
C++

#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