开发者

Visual C++ 2010: what major c++0x (and STL) features are still missing?

开发者 https://www.devze.com 2023-02-06 06:45 出处:网络
开发者_如何学编程is there atomic_ operations? thread? bind? what is still missing? EDIT: i\'m interesting in c++0x and its STLCheck out here and here
开发者_如何学编程

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

Visual C++ 2010: what major c++0x (and STL) features are still missing?


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.
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号