--- minimum_category.hpp.~1.5.~ 2004-02-02 09:55:02.297512000 -0500 +++ minimum_category.hpp 2004-08-17 14:58:13.770712000 -0400 @@ -25,6 +25,10 @@ # if BOOST_WORKAROUND(BOOST_MSVC, == 1200) { typedef void type; + template struct apply + { + typedef int type; + }; } # endif ;