explicit deduction

[SVN r15309]
This commit is contained in:
Paul Mensonides
2002-09-13 22:34:09 +00:00
parent 145d9890ca
commit ce9ad7208c
6 changed files with 352 additions and 0 deletions

View File

@ -13,6 +13,7 @@
# ifndef BOOST_PREPROCESSOR_CONTROL_HPP
# define BOOST_PREPROCESSOR_CONTROL_HPP
#
# include <boost/preprocessor/control/deduce_d.hpp>
# include <boost/preprocessor/control/expr_if.hpp>
# include <boost/preprocessor/control/expr_iif.hpp>
# include <boost/preprocessor/control/if.hpp>