E2534 Integral constant expression expected (C++)

From RAD Studio
Jump to: navigation, search

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

Integral constant expressions are described in section 5.19 of the C++ standard, and are sometimes referred to as "compile time constants". A working draft for the C++ standard can be found at http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2588.pdf.