forked from boostorg/preprocessor
explicit deduction
[SVN r15309]
This commit is contained in:
@ -13,6 +13,8 @@
|
||||
# ifndef BOOST_PREPROCESSOR_REPETITION_HPP
|
||||
# define BOOST_PREPROCESSOR_REPETITION_HPP
|
||||
#
|
||||
# include <boost/preprocessor/repetition/deduce_r.hpp>
|
||||
# include <boost/preprocessor/repetition/deduce_z.hpp>
|
||||
# include <boost/preprocessor/repetition/enum.hpp>
|
||||
# include <boost/preprocessor/repetition/enum_binary_params.hpp>
|
||||
# include <boost/preprocessor/repetition/enum_params.hpp>
|
||||
@ -20,6 +22,8 @@
|
||||
# include <boost/preprocessor/repetition/enum_params_with_defaults.hpp>
|
||||
# include <boost/preprocessor/repetition/enum_shifted.hpp>
|
||||
# include <boost/preprocessor/repetition/enum_shifted_params.hpp>
|
||||
# include <boost/preprocessor/repetition/enum_trailing.hpp>
|
||||
# include <boost/preprocessor/repetition/enum_trailing_params.hpp>
|
||||
# include <boost/preprocessor/repetition/for.hpp>
|
||||
# include <boost/preprocessor/repetition/repeat.hpp>
|
||||
# include <boost/preprocessor/repetition/repeat_from_to.hpp>
|
||||
|
Reference in New Issue
Block a user