'const' broken

Started by
1 comment, last by WitchLord 8 years, 3 months ago

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.

Advertisement

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

This topic is closed to new replies.

Advertisement