Skip to content

Commit 6147e4e

Browse files
committed
[libcxx] revert the frozen header
1 parent 9c7a735 commit 6147e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__cxx03/__expected/expected.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ _LIBCPP_PUSH_MACROS
5858
_LIBCPP_BEGIN_NAMESPACE_STD
5959

6060
template <class _Tp, class _Err>
61-
class [[nodiscrad]] expected;
61+
class expected;
6262

6363
template <class _Tp>
6464
struct __is_std_expected : false_type {};

0 commit comments

Comments
 (0)