I would have thought they would be bool Foo::maybedosomething(int n) and bool Bar::maybedosomething(int n) not the same?

It wouldn't, that's what I wrote (emphasis mine):

Having the signature is fairly irrelevant: it's gonna always be the same. What's interesting is the symbol name and scope, and as that'll usually be spread in different files, the source file isn't useless.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3475/c1542379742@github.com>