29 Jan
2008
29 Jan
'08
8:46 p.m.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 29 January 2008 09:40 am, raimar wagner wrote:
Our workaround was to edit connection.hpp from:
42: > void null_deleter(const void*) {}
to
42: > void null_deleter(const void*);
and add to bar.cpp:
namespace boost { namespace signalslib { void null_deleter(const void*) {} } }
This works, but maybe there is a better solution to cope with this problem. Any ideas?
It should be declared inline, but it is already so in the latest release from 2008-01-11. - -- Frank -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHn5C85vihyNWuA4URAlJgAJ9IKAGvGOtDKSVwvNk+zQ6oZVgIvwCfaq81 aD/07DTRMoL+TEeRZx5u5A4= =JUJP -----END PGP SIGNATURE-----