in reply to C# reinvents @_
So if the C++ compiler gave you two arrays, one holding all the params as a list of void*'s, and the second holding typeid objects, the code can't do anything with the typeid other than compare for equality, and you can't do anything with the void* until it's cast back to the proper type. Now if you add the ability to cast to a typeid value instead of a literal type name, it might be useful.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: C# reinvents @_
by hding (Chaplain) on Sep 19, 2001 at 19:35 UTC | |
by Dominus (Parson) on Sep 21, 2001 at 10:52 UTC | |
by hding (Chaplain) on Sep 21, 2001 at 23:13 UTC | |
by John M. Dlugosz (Monsignor) on Sep 19, 2001 at 19:47 UTC | |
by hding (Chaplain) on Sep 19, 2001 at 19:57 UTC |