Skip to content

Fix operator overload attribute syntax in GraphQLParse.h#356

Open
bmarques1995 wants to merge 1 commit intomicrosoft:mainfrom
bmarques1995:main
Open

Fix operator overload attribute syntax in GraphQLParse.h#356
bmarques1995 wants to merge 1 commit intomicrosoft:mainfrom
bmarques1995:main

Conversation

@bmarques1995
Copy link

to fix identifier '_graphql' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
53 | [[nodiscard("unnecessary parse")]] GRAPHQLPEG_EXPORT peg::ast operator"" _graphql(
| ~~~~~~~~~~~^~~~~~~~
| operator""_graphql

to fix identifier '_graphql' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   53 | [[nodiscard("unnecessary parse")]] GRAPHQLPEG_EXPORT peg::ast operator"" _graphql(
      |                                                               ~~~~~~~~~~~^~~~~~~~
      |                                                               operator""_graphql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant