On 11/10/2013 07:58 PM, Iyer, Balaji V wrote:
Semi crazy thought...If I do something like a string compare for the operation after operator toward the end of the function, will I get what I want? I guess another way to ask this is, will a '+' operation, for example, be mapped to a function ending in something other than "operator+"
If you're specifically looking for operator+, you can compare the name to ansi_opname[PLUS_EXPR].
Jason