◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2819 recursive return type for 'operator ->' A redefinition of the class member access operator (->) contained a return statement that was recursive. To use recursion in a redefinition of the class member access operator, move the recursive routine to a separate function that is called from the operator override function. -♦-