$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joel de Guzman (joel_at_[hidden])
Date: 2003-10-27 03:51:38
Fernando Cacciola <fernando_cacciola_at_[hidden]> wrote:
> Hi Joel,
>
> I'll take care of this (and Roland report too) tomorrow since I left the
> update version (with assignable references) at the office.
>
> Best regards,
Hello,
Here's a fix from Peder Holt:
Peder Holt wrote:
> I encountered the problem with optional after
> downloading the latest boost version from cvs.
> The problem is the template constructor
> template<class Expr>
> explicit optional ( Expr const& expr ) :
> base(expr,&expr) {}
> in cooperation with the constructor:
>
> template<class U>
> explicit optional ( optional<U> const& rhs )
>
> I added
> #if! BOOST_WORKAROUND(BOOST_MSVC, == 1200)
> around the first of these constructors just to get
> things to compile.
Regards,
-- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net