Does VC++ 2010 have support for C++11's portable atomic type template?
No; none of the C++11 atomic operations or thread support features are supported by Visual C++ 2010.
Both of these sets of features are supported by Visual C++ 2012.
You can use tbb::atomic. It is not the same as C++0x atomics, and is not really meant to be a replacement or temporary substitute for them, but can be used to accomplish the same programming tasks.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With