Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix operator overload attribute syntax in GraphQLParse.h#356

Open
bmarques1995 wants to merge 1 commit intomicrosoft:mainmicrosoft/cppgraphqlgen:mainfrom
bmarques1995:mainbmarques1995/cppgraphqlgen:mainCopy head branch name to clipboard
Open

Fix operator overload attribute syntax in GraphQLParse.h#356
bmarques1995 wants to merge 1 commit intomicrosoft:mainmicrosoft/cppgraphqlgen:mainfrom
bmarques1995:mainbmarques1995/cppgraphqlgen:mainCopy head branch name to clipboard

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.