Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 484 Bytes

fatal-error-c1045.md

File metadata and controls

13 lines (11 loc) · 484 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1045
Fatal Error C1045
11/04/2016
C1045
C1045
766c2f89-4ecd-4281-adaa-14b270cc0829

Fatal Error C1045

compiler limit : linkage specifications nested too deeply

Nested externals exceed the compiler limit. Nested externals are allowed with the external linkage type, such as extern "C++". Reduce the number of nested externals to resolve the error.