
31 Jan
2005
31 Jan
'05
9:29 p.m.
"John H. Spicer" <jhs@edg.com> writes:
This file includes the code below in an #else for BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION. We give an error on that code because of a missing "template" keyword (between :: and helper).
What is the proper channel for reporting things like this?
http://www.boost.org/more/bugs.htm shows several alternatives.
template < unsigned long Value2 > struct helper { BOOST_STATIC_CONSTANT( unsigned long, value = static_gcd_helper2_t<Value2>::helper<Value1 % Value2>::value ); };
-- Dave Abrahams Boost Consulting www.boost-consulting.com