You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a lot of constexpr code that can also be tested at compile. I was hoping that entt::any would be constexpr, but it wasn't.
This isn't really a high priority issue. Maybe someone else will also find it useful sometime in the future. Who knows...