Added a few auto alias tests

This commit is contained in:
rbock
2016-12-25 21:25:01 +01:00
parent d06b386e03
commit 5e52a4da46
2 changed files with 8 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ namespace sqlpp
template <typename T>
struct _member_t
{
T in;
T not_in;
};
};
};