You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "SolidWallOfCode (via GitHub)" <gi...@apache.org> on 2023/04/09 00:32:23 UTC

[GitHub] [trafficserver] SolidWallOfCode commented on a diff in pull request #9584: Fix a compile error in C++20

SolidWallOfCode commented on code in PR #9584:
URL: https://github.com/apache/trafficserver/pull/9584#discussion_r1161174142


##########
iocore/eventsystem/IOBuffer.cc:
##########
@@ -80,7 +80,7 @@ auto
 make_buffer_size_parser()
 {
   return [l = swoc::Lexicon<int>{
-            {{0, {"128"}},
+            {swoc::Lexicon<int>::Definition{0, {"128"}},

Review Comment:
   Talk to @cmcfarlen - it's a bit of an odd use.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org