mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-03 03:30:35 -06:00
Added derived_statement_t alias
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user