Hi,
`boost::pfr::names_as_array<T>()` does not compile if `T` has an array
member.

Someone commented a fix on a similar issue:
https://github.com/boostorg/pfr/issues/170

What would be the appropriate place to ask for including this fix?

Background:

I'm trying to print structs as CSV. I came up with this:
https://paste.sr.ht/~p00f/667e013c23c991ddec91e9cdaa00bd3c11cb2ceb

But as soon as I include an array member:
https://paste.sr.ht/~p00f/aa08531cd100f8b94c49ead2c541ff96f55b362e

it does not compile:
https://paste.sr.ht/~p00f/636c1e3ab4f5ba86aa865f70f32337b3d2872047

Thanks,
Chinmay
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users

Reply via email to