teslamotors / fixed-containers

C++ Fixed Containers
MIT License
395 stars 38 forks source link

fixed_container::reflection vs boost::reflection #88

Closed younesr1 closed 6 months ago

younesr1 commented 10 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 10 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.