We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6867f1 commit b8d3792Copy full SHA for b8d3792
1 file changed
README.md
@@ -24,6 +24,7 @@ Implemented LWG Issues:
24
- [x] [LWG-3886](https://wg21.link/lwg3886) Monad mo' problems
25
- [x] [LWG-4031](https://wg21.link/lwg4031) `bad_expected_access<void>` member functions should be noexcept
26
- [x] [LWG-4222](https://wg21.link/lwg4222) `expected` constructor from a single value missing a constraint
27
+- [x] [LWG-4025](https://wg21.link/lwg4025) Move assignment operator of `std::expected<cv void, E>` should not be conditionally deleted
28
29
Enhancements:
30
0 commit comments