enable StringData C++20 features

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • Programmability 2025-06-09
    • None
    • 3
    • TBD
    • None
    • None
    • None
    • None
    • None
    • None

      These were previously disabled due to incomplete platform support for C++20's std::string_view, which is required.

      This includes:

      defining operator==, operator<=> as =default,

      adding the (Iter,End) range constructor.
      (This requires prerequisite improvement of one call site in the codebase).

      Adding the contains member, previously disabled.

            Assignee:
            Billy Donahue
            Reporter:
            Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: