diff --git a/Data/include/Poco/Data/TypeHandler.h b/Data/include/Poco/Data/TypeHandler.h index b3ef75538..6b7da8b14 100644 --- a/Data/include/Poco/Data/TypeHandler.h +++ b/Data/include/Poco/Data/TypeHandler.h @@ -2109,7 +2109,7 @@ private: #if __cplusplus >= 201103L -template +template struct TupleBind /// Helper for specialization of type handler for std::tuple { @@ -2130,7 +2130,7 @@ struct TupleBind }; -template +template struct TupleSize /// Helper for specialization of type handler for std::tuple { @@ -2150,7 +2150,7 @@ struct TupleSize }; -template +template struct TupleExtract /// Helper for specialization of type handler for std::tuple { @@ -2171,7 +2171,7 @@ struct TupleExtract }; -template +template struct TuplePrepare /// Helper for specialization of type handler for std::tuple {