-
Notifications
You must be signed in to change notification settings - Fork 844
Fix a compile error in C++20 #9584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
maskit
commented
Apr 6, 2023
|
|
| { | ||
| return [l = swoc::Lexicon<int>{ | ||
| {{0, {"128"}}, | ||
| {swoc::Lexicon<int>::Definition{0, {"128"}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can be handled by swoc::Lexicon and not by us here. @SolidWallOfCode ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talk to @cmcfarlen - it's a bit of an odd use.
|
I've been investigating this and I think the problem is the |
|
I think this is the wrong fix. it should be This should solve the issues with compiling with G++ 8.3 and above |
|
#9700 will resolve the issue. |