Skip to content

Commit 5e5da48

Browse files
author
mikeblome
committed
removed unnecessary code block
1 parent 8899752 commit 5e5da48

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

docs/preprocessor/stringizing-operator-hash.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ The Visual C++ stringizing operator does not behave correctly when it is used wi
2222

2323
The following example shows a macro definition that includes the stringizing operator and a main function that invokes the macro:
2424

25-
Such invocations would be expanded during preprocessing, producing the following code:
26-
27-
```cpp
28-
int main() {
29-
printf_s( "In quotes in the printf function call\n" "\n" );
30-
printf_s( "\"In quotes when printed to the screen\"\n" "\n" );
31-
printf_s( "\"This: \\\" prints an escaped double quote\"" "\n" );
32-
}
33-
```
34-
3525
```cpp
3626
// stringizer.cpp
3727
#include <stdio.h>

0 commit comments

Comments
 (0)