From 0ff830542688959280b0513437fb45b21baf91d8 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 27 May 2016 16:02:27 +0100 Subject: 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 does not have a serialize method. --- src/serialization/vector.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/serialization/vector.h') diff --git a/src/serialization/vector.h b/src/serialization/vector.h index a2a69f841..7f2bc78ba 100644 --- a/src/serialization/vector.h +++ b/src/serialization/vector.h @@ -32,6 +32,11 @@ #include "serialization.h" +template