kitten
kitten copied to clipboard
A small C++17 library inspired by Category Theory.
With my fixes in https://github.com/rvarago/kitten/pull/33 `kitten` builds fine for me with GCC12, however it fails on buildbots with new macOS and Clang: ``` In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1/__functional/weak_result_type.h:16: /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1/type_traits:550:78: error:...
This PR mirrors the one to `absent`: https://github.com/rvarago/absent/pull/71 Fixes includes, missing `_main` and adds needed compiler cxxflags.