-
on my GNU/Linux machine int64_t is a typedef for long, so there is no suitable overload in xdr::ostream for the long long and unsigned long long members in examples/xdr_test.h
this patch makes the test use the (u)int64_t types, which match the provided overloads.
--- examples/xdr_test.h.orig 2005-07-22 18:22:12.000000000 +0100
+++ examples/xdr_test.h 2008-12-08 23:03:06.000000000 +0000.
2008-12-09 00:10:29 UTC by redi
-
digest::print_hex() needs the definition of std::ostream, the header should be changed to .
2008-12-08 22:55:32 UTC by redi
-
Anonymous committed patchset 1 of module CVSROOT to the xstream CVS repository, changing 11 files.
2005-08-04 18:10:54 UTC by nobody
-
cvalente registered the xstream project.
2005-08-04 17:58:38 UTC by cvalente