[Bug c++/61648] g++ accepts literal operator friends for non-template classes but not for *template* classes
3dw4rd at verizon dot net
gcc-bugzilla@gcc.gnu.org
Mon Jun 30 21:12:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61648
--- Comment #3 from Ed Smith-Rowland <3dw4rd at verizon dot net> ---
Put this and it works.
if (PROCESSING_REAL_TEMPLATE_DECL_P() || processing_specialization)
{
More information about the Gcc-bugs
mailing list