Is complete boost going to be included in C++0x?
Posted
by
iammilind
on Stack Overflow
See other posts from Stack Overflow
or by iammilind
Published on 2011-07-13T04:23:20Z
Indexed on
2012/09/29
3:37 UTC
Read the original article
Hit count: 183
Many utilities of boost have been included as part of extended C++ TR1 currently.
Is the complete boost library going to be included once the standard is officially out ? In other words, do I need boost library, if I have complete standard conforming C++11 compiler ?
If not then any reason for that (Reliability cannot be an issue; as far as I know it's written by many people from standard committee) ?
© Stack Overflow or respective owner