On 05/06/2017 07:09 PM, Taylor Holberton wrote:
Except instead of using c++ style mangling, it would simply just prepend the name of the namespace to the symbols in the file.
Would this also apply to type names and struct tags? How does it interfere with the name resolution in the body of inline functions?
Personally, I don't think we need to duplicate more things from C++ into C as GNU extensions. If you want C++ features, just use a C++ subset.
Florian