Advertisement

Infinite loop bug

Started by April 09, 2010 07:40 AM
2 comments, last by hoboaki 14 years, 10 months ago
Hi. I found infinite loop bug. Please investigate. Library Version: r575(Debug Build Version) Compiler: MSVC8 ScriptCode:

//-----------------------------------------------------------
enum Kind
{
    Kind_A
    , Kind_A // This code gives name conflict error and infinite loop.
};
//-----------------------------------------------------------
I'll look into this right away. Thanks for the report.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Advertisement
I've fixed this in revision 581.

Diff for as_builder.cpp.

Thanks once more.

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 confirmed that this bug was fixed.
Thank you!

This topic is closed to new replies.

Advertisement