-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
AtomicWord<T> is the stylish way to work with atomic word types, rather than std::atomic, because it omits confusing implicit type conversions. This ticket is to add a lint rule to prohibit std::atomic and remove existing uses.