compatibility jumper headers

[SVN r15213]
This commit is contained in:
Paul Mensonides
2002-09-08 21:34:26 +00:00
parent faaa55709b
commit ded6f3a3c9
27 changed files with 486 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002. Permission to copy, use, *
# * modify, sell, and distribute this software is granted provided *
# * this copyright notice appears in all copies. This software is *
# * provided "as is" without express or implied warranty, and with *
# * no claim at to its suitability for any purpose. *
# * *
# ************************************************************************** */
#
# /* See http://www.boost.org for most recent version. */
#
# ifndef BOOST_PREPROCESSOR_MAX_HPP
# define BOOST_PREPROCESSOR_MAX_HPP
#
# include <boost/preprocessor/selection/max.hpp>
#
# endif