fixed-containers icon indicating copy to clipboard operation
fixed-containers copied to clipboard

fixed_container::reflection vs boost::reflection

Open younesr1 opened this issue 1 year ago • 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?

younesr1 avatar Jan 05 '24 18:01 younesr1

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

alexkaratarakis avatar Jan 05 '24 19:01 alexkaratarakis