Bug#545320: [pkg-boost-devel] Bug#545320: Boost function doesn't compile with -fno-exceptions

2009-09-06 Thread Steve M. Robbins
On Sun, Sep 06, 2009 at 03:06:51PM +0200, Julien PUYDT wrote: > Package: libboost1.39-dev > Version: 1.39.0-4 > > There is still a problem with boost::function and -fno-exceptions : > /usr/include/boost/function/function_template.hpp:830: error: > exception handling disabled, use -fexceptions to e

Bug#545320: Boost function doesn't compile with -fno-exceptions

2009-09-06 Thread Julien PUYDT
Package: libboost1.39-dev Version: 1.39.0-4 There is still a problem with boost::function and -fno-exceptions : /usr/include/boost/function/function_template.hpp:830: error: exception handling disabled, use -fexceptions to enable And indeed the copy operator uses try/catch without guard. Ther