E2083 Last parameter of 'operator' must have type 'int' (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

When a postfix operator ++ or operator -- is overloaded, the last parameter must be declared with the type int.