Pawlos Campbell

Results 6 comments of Pawlos Campbell

Thanks for the quick response! This looks like what I'm going for and I'll give it a try. In the meantime I came up with another solution where I define...

No problem. I think it's what you're saying, I changed the names entirely and they don't seem to have any effect. This should be a working example (I added a...

No need to chase this down, it was the include order that was throwing things off. I fixed it by just moving the meta specialization into the same header. Appreciate...

Sorry to reopen this, but kind of ran into trouble with this approach further down the line, but it seems like there isn't a way to access the data read...

I think I see how to do this now based on the compile error messages ``` static constexpr auto const read_instrument_type = [](Data&s, const std::string_view& value) -> void { s.type...

We're only writing top level keys for the foreseeable future, so this would be a nice enhancement. That api is pretty much what I want to do. I'd love to...