[Bug c++/13157] Argument Dependent Lookup Failure

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Nov 22 01:54:00 GMT 2003


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-22 01:54 -------
Actually the code should not be able to compile:
The following lines cause this (and the others like them):
            using ::std::abs;
            using ::std::sinh;
            using ::std::sqrt;

In boost::math::sinhc_pi and others.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13157



More information about the Gcc-bugs mailing list