Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement LWG-3843 std::expected<T,E>::value() & assumes E is copy constructible #3737

Merged
merged 8 commits into from Jun 15, 2023

Commits on May 27, 2023

  1. Implement LWG-3843 (workaround)

    Also speculatively generalize the resolution to `expected<void, E>`.
    frederick-vs-ja committed May 27, 2023
    Configuration menu
    Copy the full SHA
    f1a4db5 View commit details
    Browse the repository at this point in the history
  2. Test LWG-3843

    frederick-vs-ja committed May 27, 2023
    Configuration menu
    Copy the full SHA
    0600755 View commit details
    Browse the repository at this point in the history
  3. Skip one libcxx test

    frederick-vs-ja committed May 27, 2023
    Configuration menu
    Copy the full SHA
    dd4073e View commit details
    Browse the repository at this point in the history
  4. Missed FAIL!

    frederick-vs-ja committed May 27, 2023
    Configuration menu
    Copy the full SHA
    5dacb66 View commit details
    Browse the repository at this point in the history
  5. Another skipping

    frederick-vs-ja committed May 27, 2023
    Configuration menu
    Copy the full SHA
    b95c5f0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    ea096c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3d0c95 View commit details
    Browse the repository at this point in the history
  3. Fix copy pasta

    frederick-vs-ja committed May 28, 2023
    Configuration menu
    Copy the full SHA
    be9583d View commit details
    Browse the repository at this point in the history