C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2529
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2529
 
     illegal reference to a reference
 
     A reference to a reference was declared.
 
     This error can be avoided by using pointer syntax and declaring a
     reference to a pointer.
                                    -♦-