From 6d3409c76bef125d311b0742fafc399d55dc960f Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 16 Dec 2004 22:43:05 +0000 Subject: [PATCH] Cover a few more types. [SVN r26536] --- include/boost/mpl/aux_/nttp_decl.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/mpl/aux_/nttp_decl.hpp b/include/boost/mpl/aux_/nttp_decl.hpp index 56e13ec..4f48f24 100644 --- a/include/boost/mpl/aux_/nttp_decl.hpp +++ b/include/boost/mpl/aux_/nttp_decl.hpp @@ -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 # define BOOST_MPL_AUX_NTTP_DECL(T, x) BOOST_PP_CAT(_mpl_nttp_,T) x /**/