>> It does. Try #include <cliext/vector> and cliext::vector<T>.
>>
[quoted text clipped - 4 lines]
> than the unmanaged STL, and even if I do a grep in all files on my VS
> directory, I can't find cliext anywhere. Is it a downloadable add-on?
>>> It does. Try #include <cliext/vector> and cliext::vector<T>.
>>>
[quoted text clipped - 9 lines]
>
> -cd
Daniel,
Yes, it's only in the TS distro. Last thing I heard about this was that it's
alpha code which has been included by mistake. The Beta of STL.NET is
intended to come whith VS2005 - RTM, the STL.NET RTM version will be made
available sometime early 2006 as a web download.
Willy.
Carl Daniel [VC++ MVP] - 03 May 2005 14:37 GMT
> "Carl Daniel [VC++ MVP]"
>
[quoted text clipped - 4 lines]
> STL.NET is intended to come whith VS2005 - RTM, the STL.NET RTM
> version will be made available sometime early 2006 as a web download.
Yeah. that's what I read yesterday too. Bummer.
-Carl
Tamas Demjen - 03 May 2005 17:10 GMT
> Yes, it's only in the TS distro. Last thing I heard about this was that it's
> alpha code which has been included by mistake. The Beta of STL.NET is
> intended to come whith VS2005 - RTM, the STL.NET RTM version will be made
> available sometime early 2006 as a web download.
>
> Willy.
Thank you for the information.
Tom
Jürgen Devlieghere - 06 May 2005 14:49 GMT
Thanks. That means VS 2005 is for most C++ users not something for 2005 :-)
Jürgen Devlieghere
> Daniel,
>
[quoted text clipped - 4 lines]
>
> Willy.
Carl Daniel [VC++ MVP] - 06 May 2005 15:54 GMT
> Thanks. That means VS 2005 is for most C++ users not something for
> 2005 :-)
Not so. It means that you'll have to limit your use of STL to native code
and be content with the framework classes for managed. There's still plenty
of new and useful stuff in C++ 2005 for many developers to switch over.
-cd