Skip to content

Fix operator overload attribute syntax in GraphQLParse.h#356

Merged
wravery merged 1 commit into
microsoft:mainfrom
bmarques1995:main
May 19, 2026
Merged

Fix operator overload attribute syntax in GraphQLParse.h#356
wravery merged 1 commit into
microsoft:mainfrom
bmarques1995:main

Conversation

@bmarques1995
Copy link
Copy Markdown
Contributor

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
BillyONeal added a commit to BillyONeal/vcpkg that referenced this pull request Feb 23, 2026
@wravery wravery merged commit d2dcdef into microsoft:main May 19, 2026
1 check passed
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.

2 participants