Introduced check for serializability

This commit is contained in:
rbock
2014-11-25 17:43:55 +01:00
parent e1c007287c
commit 809d42e4a1
74 changed files with 205 additions and 21 deletions
+1
View File
@@ -75,6 +75,7 @@ namespace sqlpp
template<typename Context, typename Select, typename... NamedExpr>
struct serializer_t<Context, select_pseudo_table_t<Select, NamedExpr...>>
{
using _serialize_check = serialize_check_of<Context, Select, NamedExpr...>;
using T = select_pseudo_table_t<Select, NamedExpr...>;
static Context& _(const T& t, Context& context)