Skip to content

Commit 75ea9db

Browse files
committed
1 parent 0f206b9 commit 75ea9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/graphqlservice/GraphQLService.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ struct ModifiedResult
589589

590590
wrappedParams.errorPath.push(size_t { 0 });
591591

592-
if constexpr (!std::is_reference_v<typename std::decay_t<decltype(wrappedResult)>::reference>)
592+
if constexpr (!std::is_reference_v<typename std::decay_t<decltype(wrappedFuture.get())>::reference>)
593593
{
594594
// Special handling for std::vector<> specializations which don't return a reference to the underlying type,
595595
// i.e. std::vector<bool> on many platforms. Copy the values from the std::vector<> rather than moving them.

0 commit comments

Comments
 (0)