E2136 Constructor cannot have a return type specification (C++)

From RAD Studio
Jump to: navigation, search

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

C++ constructors have an implicit return type used by the compiler, but you can't declare a return type or return a value.