increased depth for msvc

[SVN r15308]
This commit is contained in:
Paul Mensonides
2002-09-13 22:33:43 +00:00
parent 256368661c
commit 145d9890ca

View File

@ -41,6 +41,8 @@
#
# if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_EDG()
# include <boost/preprocessor/control/detail/edg/while.hpp>
# elif BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
# include <boost/preprocessor/control/detail/msvc/while.hpp>
# else
# include <boost/preprocessor/control/detail/while.hpp>
# endif