We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31af00f commit 0a7e5e3Copy full SHA for 0a7e5e3
libcxx/docs/UserDocumentation.rst
@@ -156,6 +156,9 @@ C++17 Specific Configuration Macros
156
**_LIBCPP_ENABLE_CXX17_REMOVED_RANDOM_SHUFFLE**:
157
This macro is used to re-enable the `random_shuffle` algorithm.
158
159
+**_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION**:
160
+ This macro is used to re-enable `unary_function` and `binary_function`.
161
+
162
**_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS**:
163
This macro is used to re-enable `set_unexpected`, `get_unexpected`, and
164
`unexpected`.
0 commit comments