mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Remove our own atomic type in favor of std::atomic
This commit is contained in:
+2
-2
@@ -13,6 +13,6 @@
|
||||
|
||||
// what a waste of a source file...
|
||||
|
||||
AtomicInt Age::new_age(2);
|
||||
atomic<Age::age_t> Age::new_age(2);
|
||||
|
||||
IMPLEMENT_DYNAMIC_ARG(AtomicIntEquiv, last_update_age, 0);
|
||||
IMPLEMENT_DYNAMIC_ARG(Age::age_t, last_update_age, 0);
|
||||
|
||||
Reference in New Issue
Block a user