Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion stl/inc/expected
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,6 @@ public:
}
}
constexpr void value() && {
// per LWG-3940
// TRANSITION, DevCom-1638273 and LLVM-53224
static_assert(is_copy_constructible_v<_Err>, "is_copy_constructible_v<E> must be true");
static_assert(is_move_constructible_v<_Err>, "is_move_constructible_v<E> must be true");
Expand Down
2 changes: 1 addition & 1 deletion tests/libcxx/expected_results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ std/utilities/memory/specialized.algorithms/uninitialized.fill.n/ranges_uninitia
std/utilities/memory/specialized.algorithms/uninitialized.move/ranges_uninitialized_move.pass.cpp FAIL
std/utilities/memory/specialized.algorithms/uninitialized.move/ranges_uninitialized_move_n.pass.cpp FAIL

# libc++ doesn't speculatively implement LWG-3940
# libc++ doesn't implement LWG-3940
std/utilities/expected/expected.void/observers/value.pass.cpp FAIL

# libc++ doesn't implement P1957R2 "Converting from `T*` to `bool` should be considered narrowing"
Expand Down