Which boost libraries are heading for TR2?

后端 未结 2 1871
走了就别回头了
走了就别回头了 2020-12-16 13:05

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

相关标签:
2条回答
  • 2020-12-16 13:36

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

    0 讨论(0)
  • 2020-12-16 13:55

    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.

    0 讨论(0)
提交回复
热议问题