Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 540 Bytes

fatal-error-c1046.md

File metadata and controls

13 lines (11 loc) · 540 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1046
Fatal Error C1046
11/04/2016
C1046
C1046
822ec5f5-b0b0-4711-99e1-fc237b619af6

Fatal Error C1046

compiler limit : structure nested too deeply

The structure, union, or class exceeded the nesting limit, which is 15 levels. Rewrite the definition to reduce the nesting level. Split the structure, union, or class into two or more parts by using typedef to define one or more of the nested structures.