]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - src/optional.cpp
Vendor import of libc++ trunk r290819:
[FreeBSD/FreeBSD.git] / src / optional.cpp
1 //===------------------------ optional.cpp --------------------------------===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is dual licensed under the MIT and the University of Illinois Open
6 // Source Licenses. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 #include "optional"
11 #include "experimental/optional"
12
13 namespace std
14 {
15
16 bad_optional_access::~bad_optional_access() _NOEXCEPT = default;
17
18 } // std
19
20 _LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL
21
22 bad_optional_access::~bad_optional_access() _NOEXCEPT = default;
23
24 _LIBCPP_END_NAMESPACE_EXPERIMENTAL