This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]