[pkg-boost-devel] Bug#545320: Minimal test case of the problem

Julien PUYDT julien.puydt at laposte.net
Sun Sep 6 18:31:02 UTC 2009


That little piece of code is enough to get the problem (g++ 
-fno-exceptions -o test test.cpp) :

#include <boost/function.hpp>

int
main (int argc,
       char* argv[])
{
   boost::function0<void> foo;

   foo = boost::function0<void> ();

   return 0;
}


Snark on #gnome-hackers





More information about the pkg-boost-devel mailing list