当前位置: 代码迷 >> VC >> 请问关于TR1的有关问题
  详细解决方案

请问关于TR1的有关问题

热度:576   发布时间:2013-02-25 00:00:00.0
请教关于TR1的问题
最近才知道,TR1文档中的14个组件将被添加到C++的标准库中。请问现有的开发平台是否将TR1的实现纳入C++的标准库中?比如VS2003,VS2005等。即我们是否可以在VS中直接使用TR1的功能而不需要下载TR1的实现程序?谢谢

------解决方案--------------------------------------------------------
没有, TR1好像在VC8之后出来的。
看看这里http://aristeia.com/EC3E/TR1_info_frames 没有包含VC8.
TR1 Implementations

I am aware of the following implementations of all or major parts of TR1, but there may be others that I don 't know about.

* Boost has implemented functionality that is close or identical to most of the components of TR1. It also offers a TR1 library facade that yields native functionality if it 's available and Boost functionality if not (provided Boost has the functionality, which is not always the case).
* GCC includes much of TR1 's functionality as part of the standard library that ships with version 4 of its C++ compiler.
* Dinkumware offers a full implementation of TR1 as a commercial product.
------解决方案--------------------------------------------------------
C++标准 还没有最终定稿
  相关解决方案