Which boost libraries are heading for TR2?

孤者浪人 提交于 2019-11-27 17:28:44

问题


If found this quote at boost.org:

More Boost libraries are in the pipeline for TR2

It links to the TR2 call from proposals. But I can't seem to find any other information on which boost libraries are headed for TR2.

I've seen a draft proposal for Boost.Asio, and I vaguely remember seeing something about Boost.System and Boost.Filesystem being proposed as well.

  • Which boost libraries are headed for TR2?
  • What else has been proposed for the TR2?
  • Are there any good sources of information for this?

I know everyone's really focused on C++0x right now, and don't expect to find a lot of official information. But surely someone's documented something about the TR2.


回答1:


Sorry to answer my own question but after Neil's slap-in-the-face comment I had to find out for myself and none of the other comments were at all helpful.

Wikipedia doesn't have a C++ Technical Report 2 page but it does have a tr2 section in the C++ Technical Report 1 page.

Here is a quick list from Wikipedia.

  • Boost.Asio
  • Signals/Slots, a combination of Boost.Signals and libsigc++
  • Boost.Filesystem
  • Boost.Any
  • boost::lexcal_cast<>
  • Boost.String Algo
  • Boost.System

There are a couple more as well. Wikipedia has the links for to the actual proposals. The latest proposal (something about heterogenious containers) as sent in May 2009, less than a year ago.




回答2:


No proposal to create a TR2 exists or will exist until C++0x is released.



来源:https://stackoverflow.com/questions/2193605/which-boost-libraries-are-heading-for-tr2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!