C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2139
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2139
 
     type following 'identifier' is illegal
 
     Two types were used in the same declaration, as in:
 
          int double a;    // error
                                    -♦-