From: Krzysztof K. <twe...@gm...> - 2012-07-01 14:43:07
|
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 |