E2176 Too many types in declaration (C++)

From RAD Studio
Jump to: navigation, search

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

A declaration can never have more than one basic type. Examples of basic types are:

  • char
  • class
  • int
  • float
  • double
  • struct
  • union
  • enum
  • typedef name