You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,17 +121,17 @@ Define this to 0 if you want to omit automatic definition of `WIN32_LEAN_AND_MEA
121
121
122
122
#### Disable C++ exceptions
123
123
124
-
-D<b>nsel\_CONFIG\_NO\_EXCEPTIONS</b>=0
124
+
-D<b>nsel\_CONFIG\_NO\_EXCEPTIONS</b>=0
125
125
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.
126
126
127
127
#### Enable SEH exceptions
128
128
129
-
-D<b>nsel\_CONFIG\_NO\_EXCEPTIONS\_SEH</b>=0
129
+
-D<b>nsel\_CONFIG\_NO\_EXCEPTIONS\_SEH</b>=0
130
130
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.
131
131
132
132
#### Disable \[\[nodiscard\]\]
133
133
134
-
-D<b>nsel\_CONFIG\_NO\_NODISCARD</b>=0
134
+
-D<b>nsel\_CONFIG\_NO\_NODISCARD</b>=0
135
135
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.
0 commit comments