--- Craig Henderson <[EMAIL PROTECTED]> wrote: [...]
> template<typename T> > struct myval2 > { > BOOST_STATIC_CONSTANT(int, value=T::value); > > myval<value> myval_obj; // <-- BCC error E2231 > }; This is a classic for Borland :-/ All the times I've encountered it, it always went away by qualifying the name and adding parentheses: myval<(myval2::value)> myval_obj; Genny. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost