id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6925,BooleanMetafunction,Robert Ramey,Aleksey Gurtovoy,"mpl defined the metafunctions max as: N1, N2 any type. with semantics equivalent to: typedef if_< less,y,x >::type r; BUT less requires that x & y be a NumericalMetafunction wity x, y modeling IntegralConstant. So, I believe that N1 and N2 should also be required to model IntegralConstant. In addition, it makes sense the max (and min) model the concept of NumericalMetafunction with value type bool. Actually, there should be a concept BooleanMetafunction as short hand for NumericalMetafunction. I came across this problem when I removed the ::type from min and got a compile error. This should work as plus, ... etc do. Robert Ramey ",Bugs,new,To Be Determined,mpl,Boost 1.49.0,Problem,,,