This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Why uglify the template parameters and variables.
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Ed Smith-Rowland <3dw4rd at verizon dot net>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sun, 18 Dec 2005 19:37:26 +0100
- Subject: Re: Why uglify the template parameters and variables.
- References: <43A5ABD9.1040309@verizon.net>
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.