David, Find enclosed a patch to fixup an invalid function declaration, you might wish to include upstream.
Thanks, Mark ## bug360492.dpatch by Yan Morin <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: http://bugs.debian.org/360492 @DPATCH@ diff -urNad libcommoncpp2-1.3.26~/template/pointer.h libcommoncpp2-1.3.26/template/pointer.h --- libcommoncpp2-1.3.26~/template/pointer.h 2006-02-25 23:36:00.000000000 +0000 +++ libcommoncpp2-1.3.26/template/pointer.h 2006-04-18 23:09:29.000000000 +0100 @@ -43,6 +43,10 @@ * @short Template for creating reference count managed smart pointers. **/ +#ifndef CCXX_MISSING_H_ +#include <cc++/missing.h> +#endif + namespace ost { /**
pgpyD3RtfHv5y.pgp
Description: PGP signature
_______________________________________________ Bug-commoncpp mailing list Bug-commoncpp@gnu.org http://lists.gnu.org/mailman/listinfo/bug-commoncpp