This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] libstdc++/6720 and libstdc++/6671
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: cow at compsoc dot man dot ac dot uk
- Cc: libstdc++ at gcc dot gnu dot org, Zack Weinberg <zack at codesourcery dot com>
- Date: Wed, 22 May 2002 19:26:54 +0200
- Subject: Re: [RFC] libstdc++/6720 and libstdc++/6671
> ext/algorithm includes <algorithm>
> If this is changed to include "algorithm" will the preprocessor include
> ext/algorithm from the current dir, or spot that that's the current file
> and then proceed to look in the system dirs, finding the intended header?
I think Zack's idea could be adopted for the includes present in the
/standard/ headers, not for those in the /ext headers.
Paolo.