C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2426
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2426
 
     'token' : illegal operator in 'context'
 
     The given token must not be used as an operator within the given
     context. For example, index operators cannot be nested.
                                    -♦-