Compiler Error 311

" cannot overload functions distinguished by return type alone "

For me, this error was produced by an incorrect prototype. The prototype was bool, while the function was void. This was a copy translation error by me.


All wikipages