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 eef8bcc commit 4333963Copy full SHA for 4333963
include/graphqlservice/GraphQLService.h
@@ -108,6 +108,7 @@ class schema_exception : public std::exception
108
// correlate the asynchronous/recursive callbacks and accumulate state in it.
109
struct RequestState : std::enable_shared_from_this<RequestState>
110
{
111
+ virtual ~RequestState() = default;
112
};
113
114
namespace {
0 commit comments