fixed some query record tests
This commit is contained in:
@@ -130,7 +130,9 @@ public:
|
||||
public:
|
||||
explicit query_result(std::unique_ptr<query_result_impl> &&impl)
|
||||
: impl_(std::move(impl))
|
||||
, creator_([this]{ return detail::create_prototype<Type>(impl_->prototype()); } ) {}
|
||||
, creator_([this] {
|
||||
return detail::create_prototype<Type>(impl_->prototype());
|
||||
}) {}
|
||||
|
||||
query_result(std::unique_ptr<query_result_impl> &&impl, creator_func&& creator)
|
||||
: impl_(std::move(impl))
|
||||
|
||||
Reference in New Issue
Block a user