Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-3101

Replace workarounds for core::string_view

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 4.0.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • C Drivers
    • Not Needed

      Numerous string_view comparisons against string literals and char arrays currently require workarounds such as conversion to std::string or using .compare() due to mnmlstc/core's string_view implementation lacking necessary equality operator overloads.

      Once support for mnmlstc/core (and Boost) as polyfill library options is dropped by CXX-2797, audit and replace all such workarounds with simple a == b.

            Assignee:
            ezra.chung@mongodb.com Ezra Chung
            Reporter:
            ezra.chung@mongodb.com Ezra Chung
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: