summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-02-17 03:30:25 +0000
committerEric Fiselier <eric@efcs.ca>2017-02-17 03:30:25 +0000
commit6ebcc5c9c4903c4b9f628186357fa1b8bdadcc07 (patch)
tree3b999cf7bf061ed56c89d27cc069a9cf46798fd5 /docs
parent515ba559b91cc334e654644f86967de85d737846 (diff)
Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LIBCPP_ENABLE_CXX17_REMOVED_FEATURES
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@295407 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/UsingLibcxx.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/UsingLibcxx.rst b/docs/UsingLibcxx.rst
index 9020a2c36..fe32f5e6b 100644
--- a/docs/UsingLibcxx.rst
+++ b/docs/UsingLibcxx.rst
@@ -188,5 +188,7 @@ C++17 Specific Configuration Macros
**_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS**:
This macro is used to re-enable the `set_unexpected`, `get_unexpected`, and
- `unexpected` functions, which were removed in C++17. Unless this macro is
- define those names will not be available in C++17.
+ `unexpected` functions, which were removed in C++17.
+
+**_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR**:
+ This macro is used to re-enable `std::auto_ptr` in C++17.