RAD Studio
ContentsIndex
PreviousUpNext
E2078: 'operator' must be declared with one or two parameters (C++)

When operator ++ or operator -- is declared as a non-member function, it must be declared to take either:

  • one parameter (for the prefix version of the operator), or
  • two parameters (for the postfix version)

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!