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++/11145] Overloading math functions sometimes fails if not in std namespace


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


giovannibajo at libero dot it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From giovannibajo at libero dot it  2003-06-13 02:19 -------
Are you absolutely sure the code should work? Your call invokes 
blitz/funcs.h:118, which calls std::sqrt, so it makes sense that it can't find 
your ::sqrt() function.
------- Additional Comments From derrick at cco dot caltech dot edu  2003-07-27 20:28 -------
Giovanni,

You are correct! Sorry about that. (I was not on the cc list for this bug, so I did not see your 
message until now.) I will take this up with the Blitz maintainers.


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