Re: shared_ptr
- From: "P.J. Plauger" <pjp@xxxxxxxxxxxxxx>
- Date: Thu, 18 Jan 2007 14:25:47 -0500
"LarryW" <lwdaddio@xxxxxxxxxxxxxxxxx> wrote in message
news:VA.00000023.0f059b49@xxxxxxxxxxxxxxxxxxxx
Can anyone tell me the status on whether the shared_ptr is becoming part
of
the C++ Standard Library and, if so, when it might be part of MS VS C++?
I
see issues about it in the standards working group
(http://open-std.org/JTC1/SC22/WG21/) but can't tell if it's part of the
standard yet or not. Thanks!
shared_ptr is already part of TR19768 (C++ Library TR1) which has been
approved. As of the Berlin meeting last April, the C++ committee voted
to incorporate most of TR1 (including shared_ptr) into the next revision
of Standard C++. You can get all that stuff now by licensing our upgrade
library for VC++ and layering it atop the shipped library.
We're still trying to convince Microsoft to license our TR1 code sooner
rather than later, instead of waiting several years for it to become a
formal part of the new C++ Standard. Microsoft is very much driven by
perceived customer demands. If you want it, let 'em know.
P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com
.
- Follow-Ups:
- Re: shared_ptr
- From: LarryW
- Re: shared_ptr
- References:
- shared_ptr
- From: LarryW
- shared_ptr
- Prev by Date: Re: shared_ptr
- Next by Date: Re: warning LNK4099: PDB 'mfcm80d.i386.pdb' was not found
- Previous by thread: Re: shared_ptr
- Next by thread: Re: shared_ptr
- Index(es):
Relevant Pages
|