Added derived_statement_t alias

This commit is contained in:
rbock
2014-08-27 20:10:31 +02:00
parent 7b85b3fb03
commit 3dfed5b85c
19 changed files with 34 additions and 32 deletions

View File

@@ -48,7 +48,7 @@ namespace sqlpp
template<typename Policies>
struct _result_methods_t
{
using _statement_t = typename Policies::_statement_t;
using _statement_t = derived_statement_t<Policies>;
const _statement_t& _get_statement() const
{