From: Krzysztof K. <twe...@gm...> - 2012-07-04 13:16:37
|
2012/7/3 Vincent Barrielle <vin...@po...>: >> On Sun, Jul 1, 2012 at 4:42 PM, Krzysztof Kosiński <twe...@gm...> wrote: >>> It looks like the default copy constructor generated by the compiler >>> for GenericOptInterval doesn't work correctly > > It sure looks like a compiler bug, I've managed to compile lib2geom > using msvc 2012 and didn't get this error. I'm attaching a patch with > the changes I've had to make to compile under msvc 2012. Is it the > proper way to submit code to lib2geom? Or should I publish my changes > on a branch on launchpad? BZR merge directive sent to the mailing list is perfectly OK. Committed in revision 2088 with one minor change: instead of boost/math/constants/constants.hpp, I included boost/math/special_functions/fpclassify.hpp, otherwise it wouldn't compile for me. Regards, Krzysztof |