master
switch to c++20 cxx version
Clion helps to update .clang-format so reformat everything with command: find . -regex '.*\.\(cxx\|hxx\|cc\|cxx\)' -exec clang-format -style=file -i {} \;