[SVN r16730]
This commit is contained in:
Paul Mensonides
2003-01-02 06:29:35 +00:00
parent 8927ac12fc
commit 0d0d7277d1

View File

@ -13,6 +13,8 @@
# ifndef BOOST_PREPROCESSOR_SEQ_DETAIL_SPLIT_HPP
# define BOOST_PREPROCESSOR_SEQ_DETAIL_SPLIT_HPP
#
# include <boost/preprocessor/config/config.hpp>
#
# /* BOOST_PP_SEQ_SPLIT */
#
# define BOOST_PP_SEQ_SPLIT(n, seq) BOOST_PP_SEQ_SPLIT_D(n, seq)