We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f206b9 commit 75ea9dbCopy full SHA for 75ea9db
include/graphqlservice/GraphQLService.h
@@ -589,7 +589,7 @@ struct ModifiedResult
589
590
wrappedParams.errorPath.push(size_t { 0 });
591
592
- if constexpr (!std::is_reference_v<typename std::decay_t<decltype(wrappedResult)>::reference>)
+ if constexpr (!std::is_reference_v<typename std::decay_t<decltype(wrappedFuture.get())>::reference>)
593
{
594
// Special handling for std::vector<> specializations which don't return a reference to the underlying type,
595
// i.e. std::vector<bool> on many platforms. Copy the values from the std::vector<> rather than moving them.
0 commit comments