SolidWallOfCode commented on PR #9584:
URL: https://github.com/apache/trafficserver/pull/9584#issuecomment-1502087395
I've been investigating this and I think the problem is the `string_view`
constructor that takes iterators, which is new in C++20. This makes something
like `{ value, { "name1", "name2"}}` convertible to `Pair{value,
string_view{"name1", "name2")}` which wasn't previously the case. I am
pondering a couple of different approaches.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]