On Thu, Jun 15, 2017 at 12:57 PM, Martin Sebor <mse...@gmail.com> wrote: > Attached is a documentation-only change to add comments explaining > the C++ cp_operator_id and cp_assignment_operator_id macros.
Hmm, I'd say that these macros return the identifier used internally to represent "operator OP" and "operator OP=", respectively. Looking up overloads is one thing you can do with that name, but the same is true of all identifiers, do we need to mention it specifically? Jason