danicoin/src/serialization
moneromooo-monero 0ff8305426
serialization: declare do_serialize specializations before use
This lets my gcc picks those instead of the generic template
where appropriate (and then fail since std::vector<something>
does not have a serialize method.
2016-08-28 21:27:38 +01:00
..
binary_archive.h updated copyright year 2015-12-31 08:39:56 +02:00
binary_utils.h updated copyright year 2015-12-31 08:39:56 +02:00
crypto.h updated copyright year 2015-12-31 08:39:56 +02:00
debug_archive.h updated copyright year 2015-12-31 08:39:56 +02:00
json_archive.h updated copyright year 2015-12-31 08:39:56 +02:00
json_utils.h updated copyright year 2015-12-31 08:39:56 +02:00
serialization.h even more typos 2016-01-25 15:05:29 +01:00
string.h updated copyright year 2015-12-31 08:39:56 +02:00
variant.h updated copyright year 2015-12-31 08:39:56 +02:00
vector.h serialization: declare do_serialize specializations before use 2016-08-28 21:27:38 +01:00