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
@@ -150,8 +150,6 @@ If the compiler supports [`__has_include()`](https://en.cppreference.com/w/cpp/p
150
150
151
151
#### Provided character types
152
152
153
-
To be implemented:
154
-
155
153
-D<b>string_CONFIG_PROVIDE_XXX_T</b>=1
156
154
Define the character type to provide the string algorithms for.
157
155
@@ -165,6 +163,8 @@ Define the character type to provide the string algorithms for.
165
163
166
164
#### Provide `std::regex` functions
167
165
166
+
TODO: regex function not yet available.
167
+
168
168
-D<b>string_CONFIG_PROVIDE_REGEX</b>=1
169
169
Define this to 0 if you want to compile without regular expressions. Default is `1`. Note that including regular expressions incurs significant compilation overhead.
170
170
@@ -175,7 +175,7 @@ Define this macro to override the auto-detection of the supported C++ standard,
175
175
176
176
#### Disable exceptions
177
177
178
-
TODO:
178
+
TODO: compilation without exceptions not yet available.
179
179
180
180
-D<b>string_CONFIG_NO_EXCEPTIONS</b>=0
181
181
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`). Default is undefined.
0 commit comments