mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-16 05:52:24 +02:00
increased depth for msvc
[SVN r15308]
This commit is contained in:
@ -41,6 +41,8 @@
|
|||||||
#
|
#
|
||||||
# if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_EDG()
|
# if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_EDG()
|
||||||
# include <boost/preprocessor/control/detail/edg/while.hpp>
|
# 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
|
# else
|
||||||
# include <boost/preprocessor/control/detail/while.hpp>
|
# include <boost/preprocessor/control/detail/while.hpp>
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user