description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Fatal Error C1054 |
Fatal Error C1054 |
11/04/2016 |
|
|
9cfb7307-b22a-4418-b7c0-2621b0ab5b1b |
compiler limit : initializers nested too deeply
The code exceeds the nesting limit on initializers (10-15 levels, depending on the combination of types being initialized).
-
Simplify the data types being initialized to reduce nesting.
-
Initialize variables in separate statements after the declaration.