--- //3rdparty/tmw/boost/boost/mpl/print.hpp 2009-10-14 12:50:02.000000000 -0400 +++ /sandbox/rmckeeve/3p-tmw/3p/sources/boost/boost/mpl/print.hpp 2009-10-14 12:50:02.000000000 -0400 --- /tmp/tmp.98130.98 2010-12-07 13:14:54.000000000 -0500 +++ /sandbox/rmckeeve/3p-tmw/3p/sources/boost/boost/mpl/print.hpp 2010-12-06 13:21:25.000000000 -0500 @@ -57,7 +57,7 @@ # if defined(__EDG_VERSION__) aux::dependent_unsigned::value > -1 # else - sizeof(T) > -1 + sizeof(T) >= 0 # endif }; #endif