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 68d44a7 commit 3f1efc7Copy full SHA for 3f1efc7
include/graphqlservice/JSONResponse.h
@@ -22,9 +22,9 @@
22
23
namespace graphql::response {
24
25
-JSONRESPONSE_EXPORT [[nodiscard("unnecessary conversion")]] std::string toJSON(Value&& response);
+[[nodiscard("unnecessary conversion")]] JSONRESPONSE_EXPORT std::string toJSON(Value&& response);
26
27
-JSONRESPONSE_EXPORT [[nodiscard("unnecessary conversion")]] Value parseJSON(
+[[nodiscard("unnecessary conversion")]] JSONRESPONSE_EXPORT Value parseJSON(
28
const std::string& json);
29
30
} // namespace graphql::response
0 commit comments