"John Torjo" <[EMAIL PROTECTED]> writes:

> When creating the STATIC_CONSTANTs, was "|" what was meant, or was "||"
> meant to be there, like this:
>       BOOST_STATIC_CONSTANT(
>           bool, is_input_or_output_iter
>           =
> (boost::is_convertible<Category*,std::input_iterator_tag*>::value
>              ||
> boost::is_convertible<Category*,std::output_iterator_tag*>::value));

The former; some compilers have problems with ||, believe it or not.

Fortunately, the sandbox iterator adaptors, which will replace the
existing one shortly, usess MPL and avoids most of these issues.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to