[Bug c++/36203] explicit member function template lookup fails from templated function
starlight at binnacle dot cx
gcc-bugzilla@gcc.gnu.org
Sun May 11 00:08:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list