cute_framework
cute_framework copied to clipboard
error_t ambiguous on linux
Super annoying but error_t is defined in error_t.h, so anyone doing using namespace cute will have this problem, or also C people will have this proplem. A good solution would be to rename cute::error_t to cute:err_t, which should also work well in C mode.