mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 12:10:43 -06:00
Make result methods templates of their statement, not their statement's policies
This commit is contained in:
@@ -46,10 +46,10 @@ namespace sqlpp
|
||||
using _traits = make_traits<no_value_t, tag::is_return_value>;
|
||||
struct _name_t {};
|
||||
|
||||
template<typename Policies>
|
||||
template<typename Statement>
|
||||
struct _result_methods_t
|
||||
{
|
||||
using _statement_t = derived_statement_t<Policies>;
|
||||
using _statement_t = Statement;
|
||||
|
||||
const _statement_t& _get_statement() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user