Closed djmitche closed 1 week ago
C++17 is sort of the C++ equivalent of our MSRV, so we should be testing with that version to detect regressions like #3680.
I suspect this means just --std=c++17 in the clangd command line, but that's a wild guess.
--std=c++17
C++17 is sort of the C++ equivalent of our MSRV, so we should be testing with that version to detect regressions like #3680.
I suspect this means just
--std=c++17
in the clangd command line, but that's a wild guess.