Minor cleanup.

This commit is contained in:
rbock
2014-05-26 07:42:59 +02:00
parent c13d514e95
commit d11f529bd8
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -52,7 +52,6 @@ namespace sqlpp
struct remove_policies_t
{
using _database_t = Db;
using _statement_t = remove_t<Db, Policies...>;
struct _methods_t: public Policies::template _methods_t<remove_policies_t>...
-1
View File
@@ -56,7 +56,6 @@ namespace sqlpp
struct select_t;
#warning STEPS:
#warning do the same with insert, update and remove
#warning deal with different return types in the connector (select could be a single value, update could be a range of rows)
namespace detail
{