This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why uglify the template parameters and variables.


Ed Smith-Rowland wrote:

> I understand why we uglify the helper function names but why the
> tamplate variables and the function parameters? 

macros. What if the user, before including one of our headers, does:

    #define Tp 1

?

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]