class A{}
void foo(const A& a){ foo2(a); } // foo2 call must fail, but OK
void foo2(A& a){}
Hello.
Problem with 'const' modifier.
Revision 2252.
class A{}
void foo(const A& a){ foo2(a); } // foo2 call must fail, but OK
void foo2(A& a){}
Hello.
Problem with 'const' modifier.
Revision 2252.
Thanks. I'll investigate this.
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
I've fixed this in revision 2266.
Regards,
Andreas
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game