teslamotors/fixed-containers

fixed_container::reflection vs boost::reflection

younesr1 opened this issue · 1 comments

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?

I haven't tested pfr reflection extensively yet, but it is possible we could remove reflection altogether from fixed_containers in favor of pfr.