mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-23 02:08:48 -05:00
1b3b431873
Extracting these guard related methods to own class allows to call GuardedModel::unguarded() regardless of a template parameters needed on the Model class, before was needed to call Model<Torrent, Relations..>::unguarded(). - also made the g_unguarded atomic - bugfix reguard() try-catch-finally in GuardedModel::unguarded()