E2023 Array of references is not allowed (C++)

From RAD Studio
Jump to: navigation, search

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

It is illegal to have an array of references, because pointers to references are not allowed and array names are coerced into pointers.