This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: STL include file guard names
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Ed Rice-Senior Programmer PGS Software Perth <ed dot rice at pgs dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 30 Jul 2004 12:23:58 -0500
- Subject: Re: STL include file guard names
- Organization: Red Hat / Chicago
- References: <4109FC2B.2050200@pgs.com>
>Is there a reason for the change? It seems to me that the 3.3.3 style
>has the benefit of being much less likely to clash with other libraries.
There were a mix of include guard names pre 3.4. I attempted to
standardize all the guard names in all the include files, using the
shortest possible names based on libc style. Perhaps this wasn't
optional, but I am unaware of actual problems posed by the new names.
-benjamin