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++/36203] explicit member function template lookup fails from templated function



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


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