diff --git a/include/wrapper/ArgsToClient.hpp b/include/wrapper/ArgsToClient.hpp index bed811d..2538a5c 100644 --- a/include/wrapper/ArgsToClient.hpp +++ b/include/wrapper/ArgsToClient.hpp @@ -152,7 +152,7 @@ namespace client { getTag(p, dummy); } - template + template static void getTag(Packet& p, std::tuple&& t) { ForEach(t,[&p](auto& x){getTag(p,x);}); @@ -189,7 +189,7 @@ namespace client { for(auto& x: s) convert(p,x); } - template + template static void convert(Packet& p, std::tuple&& t) { ForEach(t,[&p](auto& x){ convert(p,x);});