teslamotors / fixed-containers

C++ Fixed Containers
MIT License
352 stars 31 forks source link

fixed_container::reflection vs boost::reflection #88

Closed younesr1 closed 1 month ago

younesr1 commented 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?

alexkaratarakis commented 6 months ago

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