seingierf
Results
2
issues of
seingierf
Hello! Would it make sense to have a non-intrusive version of the `DERIVE_SERDE` macro? I usually need to serialize/deserialize structures from APIs which I would rather not modify. I guess...
Hello! I noticed a crash when printing to `stdout` just by including ``: ```cpp #include #include int main(int argc, char* argv[]) { if (argc > 1) { std::cout