"A function with the same name and parameters already exist" do not work in class

Started by
2 comments, last by FDsagizi 11 years, 7 months ago
Hello smile.png
This code compilation ok


class A
{

void Func(){}

void Func(){}

}
Advertisement
Thanks, I'll look into this too.

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

It took a while but I've finally added this check in revision 1408. :)

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

Russian proverb "Better late than never" wink.png

This topic is closed to new replies.

Advertisement