This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36203] explicit member function template lookup fails from templated function
- From: "starlight at binnacle dot cx" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 May 2008 00:08:14 -0000
- Subject: [Bug c++/36203] explicit member function template lookup fails from templated function
- References: <bug-36203-7638@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from starlight at binnacle dot cx 2008-05-11 00:08 -------
Yet Sun, IBM and Microsoft all somehow manage it.
Now what was once a clean, elegant and easy to read
function is a hideous hairball template function.
I've become so frustrated with C++ generics over the last
couple of years that I've started to just use M4 macros
to accomplish the same result. When done correctly they
are just as type-safe and ten times more readable.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36203