Frank Mori Hess ha scritto:
On Monday 27 April 2009, Daniele Barzotti wrote:
I retrieved Signals2 from svn on 15/04/09.
When I build it like STATIC DEBUG lib all works fine, but when I switch to STATIC RELEASE I got two errors...
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? :
Today I switched to boost 1_39 and while I'm very happy to see that Signals2 is been included, I've noted that this change is not... Maybe is this only a workaround for this msvc issue? Thanks, Daniele.