From: Vincent B. <vin...@po...> - 2012-07-02 09:24:21
|
Hi, Here's the complete error log : http://pastebin.com/Y1Aq0d4F -- Vincent On Sun, Jul 1, 2012 at 4:42 PM, Krzysztof Kosiński <twe...@gm...> wrote: > 2012/6/29 Vincent Barrielle <vin...@po...>: >> I've been trying to link my application against lib2geom to try out >> boolops, but the problem is, I'm using visual studio 2008 (have to, >> unfortunately), and it fails when including lib2geom headers, problem >> with boost optional as it seems : >> "boost/optional/optional.hpp(392) : error C2664: >> 'Geom::GenericInterval<C>::GenericInterval(C)' : cannot convert >> parameter 1 from 'const Geom::GenericOptInterval<C>' to >> 'Geom::IntCoord'" > > It looks like the default copy constructor generated by the compiler > for GenericOptInterval doesn't work correctly, but I'm not 100% sure > about it given the error message. Can you obtain a more verbose > message? > > Regards, Krzysztof |