Re: unique objects and stl containers
"Default User" <first.last@boe ing.com.invalid > wrote in message
news:4076CDFC.9 0441293@boeing. com.invalid...[color=blue]
> Ivan Vecerina wrote:[color=green]
> > See boost.org for a (thread-safe) implementation of shared_ptr.
> > (note that shared_ptr is expected to be included in the next
> > revision of the C++ standard).[/color]
>
> Was any part of Boost added to the standard in the recent revision?[/color]
Not yet, as the latest C++ standard still dates back to 1998.
However, library extensions are actively being worked on,
and the boost.org repository of libraries
Some extensions are already "approved" for future inclusion,
and even supported by a fewcompilers in their preliminary form (the
recommendation for now being to keep these extensions in std::tr1).
See:
Boost users will find a few familiar classes in this round of
proposed extensions, and probably in the next ones...
This is yet another reason to get familiar with these
peer-reviewed libraries.
Regards,
Ivan
--
http://ivan.vecerina.com/contact/?subject=NG_POST <- e-mail contact form
Brainbench MVP for C++ <> http://www.brainbench.com
"Default User" <first.last@boe ing.com.invalid > wrote in message
news:4076CDFC.9 0441293@boeing. com.invalid...[color=blue]
> Ivan Vecerina wrote:[color=green]
> > See boost.org for a (thread-safe) implementation of shared_ptr.
> > (note that shared_ptr is expected to be included in the next
> > revision of the C++ standard).[/color]
>
> Was any part of Boost added to the standard in the recent revision?[/color]
Not yet, as the latest C++ standard still dates back to 1998.
However, library extensions are actively being worked on,
and the boost.org repository of libraries
Some extensions are already "approved" for future inclusion,
and even supported by a fewcompilers in their preliminary form (the
recommendation for now being to keep these extensions in std::tr1).
See:
Boost users will find a few familiar classes in this round of
proposed extensions, and probably in the next ones...
This is yet another reason to get familiar with these
peer-reviewed libraries.
Regards,
Ivan
--
http://ivan.vecerina.com/contact/?subject=NG_POST <- e-mail contact form
Brainbench MVP for C++ <> http://www.brainbench.com
Comment