$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2004-07-04 17:56:51
"Reece Dunn" <msclrhd_at_[hidden]> writes:
> The following example does not compile with CodeWarrior 6.1:
>
> #include <boost/iterator/reverse_iterator.hpp>
>
> int main()
> {
> typedef boost::reverse_iterator< char * > revstr;
> revstr::value_type ch = 'a';
>
> return( 0 );
> }
>
> Is this just a problem with version 6.1 or is it a CodeWarrior
> problem?
It's a CW 6 problem. You should be posting this on the boost-devel
list, though.
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com