Does VC2005 implement TR1?

Re: VC2005 and TR1? by Jochen

Jochen
Mon Feb 06 13:19:37 CST 2006

Hi red!

> Does VC2005 implement TR1?

Not fully:
http://msdn2.microsoft.com/ms177194

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/

Re: VC2005 and TR1? by Jochen

Jochen
Mon Feb 06 13:21:20 CST 2006

Hi red!

> Does VC2005 implement TR1?

See also:
https://blogs.msdn.com/aprilr/archive/2005/09/15/468192.aspx

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/

Re: VC2005 and TR1? by Carl

Carl
Mon Feb 06 14:00:57 CST 2006

"red floyd" <no.spam@here.dude> wrote in message
news:OBL25F1KGHA.3164@TK2MSFTNGP11.phx.gbl...
> Does VC2005 implement TR1?

In addition to what Jochen said -

VC8 does provide full compiler support for type traits. boost::tr1
(www.boost.org), when built with VC8 gives a lot of TR1 functionality. I
believe it lacks all of the math stuff that was brought into TR1 from C99,
however.

-cd



Re: VC2005 and TR1? by red

red
Mon Feb 06 15:43:23 CST 2006

Carl Daniel [VC++ MVP] wrote:
> "red floyd" <no.spam@here.dude> wrote in message
> news:OBL25F1KGHA.3164@TK2MSFTNGP11.phx.gbl...
>> Does VC2005 implement TR1?
>
> In addition to what Jochen said -
>
> VC8 does provide full compiler support for type traits. boost::tr1
> (www.boost.org), when built with VC8 gives a lot of TR1 functionality. I
> believe it lacks all of the math stuff that was brought into TR1 from C99,
> however.


Thanks, guys. I wasn't looking so much for the C99 stuff, as I was for
the new classes, such as smart pointers, tuples, etc...


Re: VC2005 and TR1? by P

P
Mon Feb 06 21:38:07 CST 2006

"red floyd" <no.spam@here.dude> wrote in message
news:O$mqdZ2KGHA.1192@TK2MSFTNGP11.phx.gbl...

> Carl Daniel [VC++ MVP] wrote:
>> "red floyd" <no.spam@here.dude> wrote in message
>> news:OBL25F1KGHA.3164@TK2MSFTNGP11.phx.gbl...
>>> Does VC2005 implement TR1?
>>
>> In addition to what Jochen said -
>>
>> VC8 does provide full compiler support for type traits. boost::tr1
>> (www.boost.org), when built with VC8 gives a lot of TR1 functionality. I
>> believe it lacks all of the math stuff that was brought into TR1 from
>> C99, however.
>
>
> Thanks, guys. I wasn't looking so much for the C99 stuff, as I was for
> the new classes, such as smart pointers, tuples, etc...

We have *all* of TR1 working with V8 now. And, thanks to the hooks
provided by the compiler, it has full functionality for type traits.

If we ever finish this interminable packaging exercise, you'll be
able to kick the tires. We also have a stripped down version --
minus the special math and C99 stuff -- that works with Express
as well as full V8.

P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com