[C++ PATCH] overloaded operator fns [2/N]

Nathan Sidwell nathan@acm.org
Tue Oct 31 14:45:00 GMT 2017


This patch removes cp_operator_id(C) and cp_assignment_operator_id(C), 
replacing them with a singlle ovl_op_identifier(A,C) macro.  There's 
also OVL_OP_INFO(A,C) to get at the other information.  The 
implementation of that macro will change later in this patch series, so 
don't freak on the (A ? assop_ary : op_ary) idiom.

nathan

-- 
Nathan Sidwell
-------------- next part --------------
A non-text attachment was scrubbed...
Name: op-ident-2.diff
Type: text/x-patch
Size: 24552 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20171031/8944856f/attachment.bin>


More information about the Gcc-patches mailing list