E2239 'identifier' must be a member function (C++)

From RAD Studio
Jump to: navigation, search

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

Most C++ operator functions can be members of classes or ordinary non-member functions, but these are required to be members of classes:

  • operator =
  • operator ->
  • operator ( )
  • type conversions

This operator function is not a member function but should be.