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
This commit is contained in:
@@ -18,5 +18,9 @@
|
||||
#error _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS must be defined
|
||||
#endif
|
||||
|
||||
#ifndef _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR
|
||||
#error _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR must be defined
|
||||
#endif
|
||||
|
||||
int main() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user