Tagged Questions
3
votes
1answer
381 views
stl TR1 features documentation for gcc
The gcc support for the language features of C++11 is well documented at http://gcc.gnu.org/projects/cxx0x.html. However TR1 specifies several data-structures and algorithms that must (should?) be ...
3
votes
2answers
384 views
Downloadable STL documentation that covers TR1?
For my offline coding needs, I've been using the downloadable STL documentation from SGI. Unfortunately it was last edited in 1999, and doesn't cover any of the TR1.
It's easy enough to find online ...
3
votes
1answer
388 views
Looking for comprehensive TR1 documentation online
I really like the online STL documentation provided by http://www.cplusplus.com/.
Separately, I use some of the TR1 extensions via their Boost implementations.
I would like to find TR1 ...