GothenburgBitFactory / taskwarrior

Taskwarrior - Command line Task Management
https://taskwarrior.org
MIT License
4.49k stars 309 forks source link

Test with C++ 17 in CI #3682

Closed djmitche closed 1 week ago

djmitche commented 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.