forked from boostorg/preprocessor
apply Digital Mars patch by Daniel James (http://article.gmane.org/gmane.comp.lib.boost.devel/107127)
[SVN r24219]
This commit is contained in:
@ -43,6 +43,8 @@
|
||||
# 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>
|
||||
# elif BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_DMC()
|
||||
# include <boost/preprocessor/control/detail/dmc/while.hpp>
|
||||
# else
|
||||
# include <boost/preprocessor/control/detail/while.hpp>
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user