![]() |
How its accessing the private members?
This does not work as normal
Code:
class testCode:
class test |
Re: How its accessing the private members?
Probably a bug in VC compiler. Its creates a Nameless temporary object at
throw test::privateStruct(4); Or similar statements like return test::privateStruct(4); and probably VC is not tested for such conditions well enough. |
| All times are GMT +5.5. The time now is 06:41. |