mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 04:00:39 -06:00
Fix incorrect expressions for paramterized_verbatim, #584
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
namespace sqlpp
|
||||
{
|
||||
template <typename ValueType, typename Expr>
|
||||
struct parameterized_verbatim_t : public expression_operators<verbatim_t<ValueType>, ValueType>,
|
||||
struct parameterized_verbatim_t : public expression_operators<parameterized_verbatim_t<ValueType, Expr>, ValueType>,
|
||||
public alias_operators<verbatim_t<ValueType>>
|
||||
{
|
||||
using _traits = make_traits<ValueType, tag::is_expression>;
|
||||
|
||||
Reference in New Issue
Block a user