> I propose that we change the mangling for a function of no arguments, > and that we mangle it as a function with a single argument of type > void. Under this proposal _ZN1X1fE would unambiguously demangle > as X::f, and the mangling for X::f() would be _ZN1X1fEv. That sounds good to me. Martin