fixed backend test compilation
This commit is contained in:
@@ -33,8 +33,7 @@ public:
|
||||
}
|
||||
|
||||
template < class Type >
|
||||
void bind(const size_t pos, Type &val)
|
||||
{
|
||||
void bind(const size_t pos, Type &val) {
|
||||
utils::data_type_traits<Type>::bind_value(binder(), adjust_index(pos), val);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user