This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Static variables in template functions
- From: Paolo Carlini <pcarlini at suse dot de>
- To: mark at codesourcery dot com
- Cc: libstdc++ at gcc dot gnu dot org, nathan at codesourcery dot com, jason at redhat dot com
- Date: Sun, 17 Apr 2005 10:30:01 +0200
- Subject: Re: Static variables in template functions
- References: <200504170430.j3H4U5fk017819@sirius.codesourcery.com>
Mark Mitchell wrote:
>Thoughts?
>
>
... I should also add that - again, if there are no other important
usages - that specific usage could be in principle avoided (but on the
spot I don't see why without uglifying a lot the code ;) : __align is
only an helper for the next few lines of code, not used elsewhere.
Paolo