Closed younesr1 closed 6 months ago
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?
fixed_containers::reflection
boost::reflection
I haven't tested pfr reflection extensively yet, but it is possible we could remove reflection altogether from fixed_containers in favor of pfr.
should we make
fixed_containers::reflection
be based onboost::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?