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

View File

@@ -90,6 +90,7 @@ namespace sqlpp
template<typename Context>
struct serializer_t<Context, insert_name_t>
{
using _serialize_check = consistent_t;
using T = insert_name_t;
static Context& _(const T& t, Context& context)