$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Signals2] Error on building project RELEASE
From: Daniele Barzotti (daniele.barzotti_at_[hidden])
Date: 2009-04-27 09:53:05
Frank Mori Hess ha scritto:
> 
> It seems msvc 9 in release mode with iterator checking turned on needs to 
> be able to copy construct allocators from allocators with different 
> template types.  See for example:
> 
> http://www.mail-archive.com/qpid-dev@incubator.apache.org/msg13891.html
> 
> Would you try applying changeset 52627 from svn trunk and see if that fixes 
> it? :
> 
> https://svn.boost.org/trac/boost/changeset/52627/trunk
>
YEP, This change seems to work!!!
Thanks a lot Frank!
Cheers,
Daniele