master
fix comment
switch to c++20 cxx version
fix g++13 compilation on fresh fedora 38
Update include directories and improve exception handling in files
Clion helps to update .clang-format so reformat everything with command: find . -regex '.*\.\(cxx\|hxx\|cc\|cxx\)' -exec clang-format -style=file -i {} \;
fix compilation on Android with Termux
rename base curses names
compilation works on linux with clang++ libc++
boost works with all deps submodules
old changes fix
remove tail zeroes float-format
simpify range::find example
fix warning
add hex
start example about c++ file io api