This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11145] Overloading math functions sometimes fails if not in std namespace
- From: "derrick at cco dot caltech dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2003 20:28:22 -0000
- Subject: [Bug c++/11145] Overloading math functions sometimes fails if not in std namespace
- References: <20030610230559.11145.derrick@cco.caltech.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.