forked from boostorg/preprocessor
msvc depth issues
[SVN r15295]
This commit is contained in:
@ -35,6 +35,8 @@
|
||||
#
|
||||
# if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_EDG()
|
||||
# include <boost/preprocessor/repetition/detail/edg/for.hpp>
|
||||
# elif BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
|
||||
# include <boost/preprocessor/repetition/detail/msvc/for.hpp>
|
||||
# else
|
||||
# include <boost/preprocessor/repetition/detail/for.hpp>
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user