mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
Fix CRTP for parameterized_verbatim, #584
This commit is contained in:
parent
505adb546a
commit
09a98736d7
@ -36,7 +36,7 @@ namespace sqlpp
|
||||
{
|
||||
template <typename ValueType, typename Expr>
|
||||
struct parameterized_verbatim_t : public expression_operators<parameterized_verbatim_t<ValueType, Expr>, ValueType>,
|
||||
public alias_operators<verbatim_t<ValueType>>
|
||||
public alias_operators<parameterized_verbatim_t<ValueType, Expr>>
|
||||
{
|
||||
using _traits = make_traits<ValueType, tag::is_expression>;
|
||||
using _nodes = detail::type_vector<Expr>;
|
||||
|
Loading…
Reference in New Issue
Block a user