Skip to content

Commit 3e28d79

Browse files
committed
Note that string_CONFIG_PROVIDE_REGEX and string_CONFIG_NO_EXCEPTIONS are not yet available [ci skip]
1 parent b84cb00 commit 3e28d79

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
@@ -150,8 +150,6 @@ If the compiler supports [`__has_include()`](https://en.cppreference.com/w/cpp/p
150150

151151
#### Provided character types
152152

153-
To be implemented:
154-
155153
-D<b>string_CONFIG_PROVIDE_XXX_T</b>=1
156154
Define the character type to provide the string algorithms for.
157155

@@ -165,6 +163,8 @@ Define the character type to provide the string algorithms for.
165163

166164
#### Provide `std::regex` functions
167165

166+
TODO: regex function not yet available.
167+
168168
-D<b>string_CONFIG_PROVIDE_REGEX</b>=1
169169
Define this to 0 if you want to compile without regular expressions. Default is `1`. Note that including regular expressions incurs significant compilation overhead.
170170

@@ -175,7 +175,7 @@ Define this macro to override the auto-detection of the supported C++ standard,
175175

176176
#### Disable exceptions
177177

178-
TODO:
178+
TODO: compilation without exceptions not yet available.
179179

180180
-D<b>string_CONFIG_NO_EXCEPTIONS</b>=0
181181
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

Comments
 (0)