Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-97421

Fix typo in src/third_party/boost/boost/thread/future.hpp for Clang 19

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • Fully Compatible
    • ALL
    • Programmability 2024-11-25

      There's a typo in src/third_party/boost/boost/thread/future.hpp which misspells a variable. This error flies under the radar of most compilers because the mistake is in a template class that's never instantiated. Clang 19 is able to observe that no template instantiation results in well-formed code, and it diagnoses the error. We should patch our vendored copy to fix the typo.

            Assignee:
            james.bronsted@mongodb.com James Bronsted
            Reporter:
            james.bronsted@mongodb.com James Bronsted
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: