mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
9.7k stars 705 forks source link

doc: declare C++20 as the language version #5181

Closed dontlaugh closed 1 month ago

dontlaugh commented 1 month ago

Technically we seem to be compiling with -std=c++2a which (if I understand correctly) is "all the features we have from 23 and up".

But 20 is the earliest version that compiles for me (with clang). 14 and 17 didn't work.