[Patch] Second half of tr1/complex

Howard Hinnant hhinnant@apple.com
Fri Jan 13 16:05:00 GMT 2006


On Jan 13, 2006, at 10:53 AM, Paolo Carlini wrote:

> To be clear, at the risk of appearing utterly naive, what's the
> difference between breaking the hypothetical user code that you showed
> and this one:
>
> //#include <cmath>
>
> //using std::sin;
>
> int sin(double) { return 1; }
>
> int main()
> {
>   int i = sin(2.0);
> }

Not ignoring this one.  Let me know if my mine::big/small demo didn't  
address this question.

-Howard



More information about the Libstdc++ mailing list