errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2219
 
     syntax error : type qualifier must be after '*'
 
     Either const or volatile appeared where a type or qualifier is not
     allowed, as in
 
          int (const *p);
                                    -♦-