Skip to content

Commit df58147

Browse files
committed
Correct missing new lines (double space) in section Configuration
1 parent 83de1a2 commit df58147

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,17 @@ Define this to 0 if you want to omit automatic definition of `WIN32_LEAN_AND_MEA
121121
122122
#### Disable C++ exceptions
123123
124-
-D<b>nsel\_CONFIG\_NO\_EXCEPTIONS</b>=0
124+
-D<b>nsel\_CONFIG\_NO\_EXCEPTIONS</b>=0
125125
Define this to 1 if you want to compile without exceptions. If not defined, the header tries and detect if exceptions have been disabled (e.g. via `-fno-exceptions` or `/kernel`). Default determined in header.
126126
127127
#### Enable SEH exceptions
128128
129-
-D<b>nsel\_CONFIG\_NO\_EXCEPTIONS\_SEH</b>=0
129+
-D<b>nsel\_CONFIG\_NO\_EXCEPTIONS\_SEH</b>=0
130130
Define this to 1 or 0 to control the use of SEH when C++ exceptions are disabled (see above). If not defined, the header tries and detect if SEH is available if C++ exceptions have been disabled (e.g. via `-fno-exceptions` or `/kernel`). Default determined in header.
131131
132132
#### Disable \[\[nodiscard\]\]
133133
134-
-D<b>nsel\_CONFIG\_NO\_NODISCARD</b>=0
134+
-D<b>nsel\_CONFIG\_NO\_NODISCARD</b>=0
135135
Define this to 1 if you want to compile without \[\[nodiscard\]\]. Note that the default of marking `class expected` with \[\[nodiscard\]\] is not part of the C++23 standard. The rationale to use \[\[nodiscard\]\] is that unnoticed discarded expected error values may break the error handling flow.
136136
137137
#### Enable compilation errors

0 commit comments

Comments
 (0)