E2456 Union member 'member' is of type class with 'constructor' (or destructor, or operator =) (C++)

From RAD Studio
Jump to: navigation, search

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

A union can't contain members that are of type class with user-defined constructors, destructors, or operator =.