EALePain

Results 2 issues of EALePain

The current std::tuple from_json implementations fail to work with std::tie, aka tuples with reference types. The reason for this is that the template types are maintained all the way to...

L
tests

I'm actively working on a RESP 3 implementation for fun and figured I'd share it for comment before I get too deep into it. I am trying to maintain an...