Some shadow fixes.

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Fri May 19 00:01:00 GMT 2000


> I agree this is a compiler bug.  However, I think the sequence
> 
>   using std::abs;
>   using std::abs;
> 
> is not legal C++

It is legal C++; see 7.3.3/8.

Regards,
Martin


More information about the Libstdc++ mailing list