#include <boost/function.hpp>
int
main (int argc,
char* argv[])
{
boost::function0<void> foo;
foo = boost::function0<void> ();
return 0;
}
Snark on #gnome-hackers
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

