Managed templates

  • Thread starter Thread starter Michael Geier
  • Start date Start date
M

Michael Geier

Hi,

does anybody knows, when managed templates such

template <class T> __gc class G{}

are supported?

Michael
 
Oops. That should be Whidbey (sorry for the typo)

--
Regards,
Nish [VC++ MVP]



Nishant S said:
Not in the so-far released versions. Perhaps in Whidney.

--
Regards,
Nish [VC++ MVP]



Michael Geier said:
Hi,

does anybody knows, when managed templates such

template <class T> __gc class G{}

are supported?

Michael
 
Hello Michael,

Nish is correct that you are not able to create __gc class templates in
current vesion of VS (say, Visual Studio .NET 2002 and 2003).
Whidbey is the code name of the next version of Visual Studio .NET which is
under development.

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Back
Top