From 329ec97e896c2a67b60aa6409140b2c6d41f2cac Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Fri, 10 Nov 2006 23:15:50 +0000 Subject: [PATCH] Apply trailing comma patch from Ian McCulloch (http://article.gmane.org/gmane.comp.lib.boost.devel/149741) [SVN r36000] --- include/boost/mpl/print.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/print.hpp b/include/boost/mpl/print.hpp index 151212c..4d393a5 100755 --- a/include/boost/mpl/print.hpp +++ b/include/boost/mpl/print.hpp @@ -57,7 +57,7 @@ struct print # if defined(__EDG_VERSION__) aux::dependent_unsigned::value > -1 # else - sizeof(T) > -1, + sizeof(T) > -1 # endif }; #endif