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 26f2473 commit 473f8b1Copy full SHA for 473f8b1
docs/error-messages/compiler-errors-2/compiler-error-c2556.md
@@ -10,9 +10,13 @@ ms.assetid: fc4399ad-45b3-49fd-be1f-0b13956a595a
10
11
> '*function1*': overloaded function differs only by return type from '*function2*'
12
13
+## Remarks
14
+
15
The overloaded functions have different return types but the same parameter list. Each overloaded function must have a distinct formal parameter list.
16
-The following sample generates C2556:
17
+## Example
18
19
+The following example generates C2556:
20
21
```cpp
22
// C2556.cpp
0 commit comments