Why don't Managed Classes support: const, virtual, and static?

  • Thread starter Thread starter Peteroid
  • Start date Start date
P

Peteroid

Why don't managed classes (i.e., _gc garbage-collected classes) support
'const', 'virtual', and 'static'? Is there a reason they can't, or is these
possibly going to be supported in the future?

Thanks in advance...

[==Peteroid==]
 
Managed classes definitely support virtual and static members. Can you show
an example of what is failing for you?

Ronald Laeremans
Visual C++ team
 
Back
Top