Sergiu M.

Results 1 issues of Sergiu M.

Hello guys, I'm facing issue with array logic. Even this example: `struct data_t { std::string m_a; int m_b; template void json_io(I & io) { io & json_dto::mandatory("a", m_a) & json_dto::mandatory("b",...