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

XMLWordPrintableJSON

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

      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
              Reporter:
              James Bronsted
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: