top | item 40452647 (no title) planede | 1 year ago > which in this case would simply be appending the namespace name to the identifiersurely not. How do you differentiate these two functions? void fooN(void); namespace N { void foo(void); } discuss order hn newest gpderetta|1 year ago [I meant to write prepend, but that doesn't change the argument]You would mangle it as something like foo$N depending on the platform.
gpderetta|1 year ago [I meant to write prepend, but that doesn't change the argument]You would mangle it as something like foo$N depending on the platform.
gpderetta|1 year ago
You would mangle it as something like foo$N depending on the platform.