C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2161
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2161
 
     ## cannot occur at the end of a macro definition
 
     A macro definition ended with a token-pasting operator (##), as in:
 
          #define mac(a,b) a##    // error
                                    -♦-