This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Unuglified name in __normal_iterator
- From: Gabriel Dos Reis <gdr at cs dot tamu dot edu>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: caj at cs dot york dot ac dot uk, libstdc++ at gcc dot gnu dot org
- Date: 18 Apr 2005 11:04:40 -0500
- Subject: Re: Unuglified name in __normal_iterator
- Organization: Texas A&M University, Department of Computer Science
- References: <30039.195.137.95.70.1113757633.squirrel@195.137.95.70><4262A36F.3050606@suse.de>
Paolo Carlini <pcarlini@suse.de> writes:
| Therefore, the user cannot anticipate whether class reverse_iterator,
| which defines a base() member, is pulled in or not. Therefore, cannot
| safely use the name base in a preprocessor macro, I think.
Indeed, user cannot play games with "base". Period.
-- Gaby