Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 571 Bytes

fatal-error-c1013.md

File metadata and controls

15 lines (12 loc) · 571 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1013
Fatal Error C1013
11/04/2016
C1013
C1013
5514a679-efe7-4055-bdd3-5693ca0c332f

Fatal Error C1013

compiler limit : too many open parentheses

An expression contains too many levels of parentheses in a single expression. Simplify the expression or break it into multiple statements.

Prior to Visual C++ 6.0 Service Pack 3, the limit on nested parenthesis in a single expression was 59. Currently, the limit on nested parenthesis is 256.