-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
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.
- is depended on by
-
SERVER-95401 Upgrade clang to 19.1
- In Progress