[SVN r24219]
This commit is contained in:
Aleksey Gurtovoy
2004-08-01 07:24:26 +00:00
parent 1812ca8e98
commit fb183beac1
15 changed files with 2194 additions and 264 deletions

View File

@ -9,6 +9,12 @@
#
# /* See http://www.boost.org for most recent version. */
#
# include <boost/preprocessor/config/config.hpp>
#
# if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_DMC()
# include <boost/preprocessor/detail/dmc/auto_rec.hpp>
# else
#
# ifndef BOOST_PREPROCESSOR_DETAIL_AUTO_REC_HPP
# define BOOST_PREPROCESSOR_DETAIL_AUTO_REC_HPP
#
@ -284,3 +290,4 @@
# define BOOST_PP_NODE_255(p) BOOST_PP_IIF(p(255), 255, 256)
#
# endif
# endif