E2374 Function 'function' cannot be static (C++)

From RAD Studio
Jump to: navigation, search

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

Only ordinary member functions and the operators new and delete can be declared static.

Constructors, destructors and other operators must not be static.