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