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 b50800b commit d608c56Copy full SHA for d608c56
include/graphqlservice/GraphQLResponse.h
@@ -125,7 +125,7 @@ struct Value
125
GRAPHQLRESPONSE_EXPORT explicit Value(const Value& other);
126
127
GRAPHQLRESPONSE_EXPORT Value& operator=(Value&& rhs) noexcept;
128
- GRAPHQLRESPONSE_EXPORT Value& operator=(const Value& rhs) = delete;
+ Value& operator=(const Value& rhs) = delete;
129
130
// Comparison
131
GRAPHQLRESPONSE_EXPORT bool operator==(const Value& rhs) const noexcept;
0 commit comments