Skip to content

Commit 0a7e5e3

Browse files
[libc++][docs] Document _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION (#115405)
This was added in 681cde7, but isn't currently documented.
1 parent 31af00f commit 0a7e5e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/docs/UserDocumentation.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ C++17 Specific Configuration Macros
156156
**_LIBCPP_ENABLE_CXX17_REMOVED_RANDOM_SHUFFLE**:
157157
This macro is used to re-enable the `random_shuffle` algorithm.
158158

159+
**_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION**:
160+
This macro is used to re-enable `unary_function` and `binary_function`.
161+
159162
**_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS**:
160163
This macro is used to re-enable `set_unexpected`, `get_unexpected`, and
161164
`unexpected`.

0 commit comments

Comments
 (0)