mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-30 05:29:57 -05:00
used emplace
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user