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: Jonathan Wakely <cow at compsoc dot man dot ac dot uk>
- Cc: Zack Weinberg <zack at codesourcery dot com>, libstdc++ at gcc dot gnu dot org
- Date: Wed, 22 May 2002 19:30:34 +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?
Sorry, now I get your point, but this could easily be solved by including
"../algorithm", do you agree?
Ciao, Paolo.