We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2aebfd commit 25aae11Copy full SHA for 25aae11
docs/error-messages/compiler-errors-2/compiler-error-c2601.md
@@ -10,10 +10,14 @@ ms.assetid: 88275582-5f37-45d7-807d-05f06ba00965
10
11
> '*function*': local function definitions are illegal
12
13
+## Remarks
14
+
15
Code tries to define a function within a function.
16
17
Or, there may be an extra brace in your source code before the location of the C2601 error.
18
19
+## Examples
20
21
The following sample generates C2601:
22
23
```cpp
0 commit comments