libCat
libCat copied to clipboard
🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!
Hello @Cons-Cat, Thank you for this interesting project. May I know if (in your view) it will be useful for me to try to "backport" the current version to an...
I noticed the following template instantiation errors from test_maybe.cpp while compiling with clang-21 (developement branch - https://apt.llvm.org/) 1. ``` /wormhole/libCat/src/libraries/maybe/cat/maybe:228:16: error: member reference base type 'int' is not a structure...