used emplace

This commit is contained in:
silverqx
2023-03-30 10:49:48 +02:00
parent dbd8279da5
commit ce135b7fee
@@ -679,7 +679,7 @@ namespace Private
comparison, count, callback));
#endif
Private::HasNestedStore::STORE_TYPEID.push(typeid (Related));
Private::HasNestedStore::STORE_TYPEID.emplace(typeid (Related));
}
template<typename Model>