fixed_container::reflection vs boost::reflection
younesr1 opened this issue · 1 comments
younesr1 commented
should we make fixed_containers::reflection
be based on boost::reflection
. boost's version requires aggregate types, whereas fixed_container's version requires constexpr default constructible. or do we not want fixed containers to depend on boost?
alexkaratarakis commented
I haven't tested pfr reflection extensively yet, but it is possible we could remove reflection altogether from fixed_containers in favor of pfr.