Remove <experimental/optional>; use <optional> instead. See https://libcxx.llvm.org/TS_deprecation.html

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@323971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2018-02-01 14:54:25 +00:00
parent 75075c6be0
commit 95db3d2871
72 changed files with 1 additions and 5262 deletions

View File

@@ -8,7 +8,6 @@
//===----------------------------------------------------------------------===//
#include "optional"
#include "experimental/optional"
namespace std
{
@@ -21,8 +20,3 @@ const char* bad_optional_access::what() const _NOEXCEPT {
} // std
_LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL
bad_optional_access::~bad_optional_access() _NOEXCEPT = default;
_LIBCPP_END_NAMESPACE_EXPERIMENTAL