On 11/01/2017 04:08 PM, Jason Merrill wrote: > On Wed, Nov 1, 2017 at 2:29 PM, Nathan Sidwell wrote: >> - && IDENTIFIER_NEWDEL_OP_P (unqualified_id))) >> + && IDENTIFIER_OVL_OP_P (unqualified_id) >> + && (IDENTIFIER_OVL_OP_FLAGS (unqualified_id) & OVL_OP_FLAG_ALLOC))) > > Why not keep the name IDENTIFIER_NEWDEL_OP_P, which expands to this? Hm, I guess that would be better. This patch does that, and introduces IDENTIFIER_NEW_OP_P, for when we just want the new operators. nathan -- Nathan Sidwell