is there atomic_ operations? thread? bind? what is still missing?
EDIT: i'm interesting in c++0x and its STL
Check out here and here
There is no definitive list, but here are some resources that show what’s missing:
- Apache C++0x Compiler Support Report
- Scott Meyers’ Summary of C++0x Feature Availability
Note on the second link you should click on the tabs on the bottom of the page to see the reports.
- Generalized binders, from TR1, are in MSVC 10.
- Atomic types, N2427, are not in MSVC 10 yet.
- Threads, N2184, are not in MSVC 10 yet.
精彩评论