◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2722 '::operator' : illegal following operator command; use operator 'operator' Either ::new or ::delete was redefined using the operator statement. Since the new and delete operators are global, the scope resolution operator (::) is meaningless in this context. Remove the scope resolution operator preceding the given operator. -♦-