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 decided to remove the assert in any (and meta_any) and stick with the same behavior of the standard library.
That is, when you self move, the object is put in a safe but unspecified state. This should be enough to get your example working again.
In version
3.14.0
triggers:
entt::basic_any<Len, <anonymous> >& entt::basic_any<Len, <anonymous> >::operator=(entt::basic_any<Len, <anonymous> >&&) [with long unsigned int Len = 16; long unsigned int Align = 8]: Assertion
((this != &other) && ("Self move assignment"))' failed.`The text was updated successfully, but these errors were encountered: