Cover a few more types.

[SVN r26536]
This commit is contained in:
Dave Abrahams
2004-12-16 22:43:05 +00:00
parent 82c1058415
commit 6d3409c76b

View File

@@ -18,8 +18,10 @@
#if defined(BOOST_MPL_CFG_NTTP_BUG)
typedef int _mpl_nttp_int;
typedef long _mpl_nttp_long;
typedef bool _mpl_nttp_bool;
typedef int _mpl_nttp_int;
typedef unsigned _mpl_nttp_unsigned;
typedef long _mpl_nttp_long;
# include <boost/preprocessor/cat.hpp>
# define BOOST_MPL_AUX_NTTP_DECL(T, x) BOOST_PP_CAT(_mpl_nttp_,T) x /**/