[RFC] libstdc++/6720 and libstdc++/6671

Zack Weinberg zack@codesourcery.com
Wed May 22 20:43:00 GMT 2002


On Thu, May 23, 2002 at 04:24:09AM +0200, Gabriel Dos Reis wrote:
> Mark Mitchell <mark@codesourcery.com> writes:
> | To be clear, you mean something like this:
> | 
> | === cmath ===
> | 
> | #include <bits/std_cmath.h>
> | 
> | =============
> | 
> | Now, suppose that the user has a "std_cmath.h" in their -I path.
> | 
> | Is your point that we might pick up the wrong one?
> 
> Exactly.

And my point is that in my book there is *no such thing* as "the wrong
bits/std_cmath.h".  If the user put a bits/std_cmath.h in the -I path
ahead of the one we provided, he or she must have intended us to use
it.  If it doesn't work that's the user's problem.

Ditto "the wrong <algorithm>".

zw



More information about the Libstdc++ mailing list