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
implemented adl_relocatable() custom quasi attribute definition for trivially relocatable types, ie relocatable type, that after move in empty state doesn't require destruction even that it doesn't have trivial destructor. (ex: small vectors vectors and strings, std::vector, std::string)
exploiting use of adl_relocatable in small vectors vectors internal relocations - see uninitialized_relocate* use