-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
We now require VS2013 (aka VC 12) for Windows builds. That compiler offers C++11 atomic, which is our preferred backing implementation for AtomicWord. The alternative implementation, based on the Interlocked* intrinsics, is now obsolete and should be removed.