Skip to content

Implement proposed fix for LWG4497#72

Merged
steve-downey merged 10 commits into
mainfrom
lwg4497
Apr 13, 2026
Merged

Implement proposed fix for LWG4497#72
steve-downey merged 10 commits into
mainfrom
lwg4497

Conversation

@steve-downey

Copy link
Copy Markdown
Owner

Type nullopt_t does not have a default constructor or an initializer-list constructor, and is not an aggregate. nullopt_t models copyable and three_way_comparable<strong_ordering>.

@steve-downey steve-downey marked this pull request as draft March 27, 2026 14:49
dependabot Bot and others added 6 commits April 12, 2026 05:43
Bumps the github-actions group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [step-security/changed-files](https://github.com/step-security/changed-files).


Updates `step-security/harden-runner` from 2.16.1 to 2.17.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@fe10465...f808768)

Updates `step-security/changed-files` from 47.0.1 to 47.0.5
- [Release notes](https://github.com/step-security/changed-files/releases)
- [Commits](step-security/changed-files@60967b8...2e07db7)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: step-security/changed-files
  dependency-version: 47.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the github-owned-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@bbbca2d...043fb46)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-owned-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…thub-actions-3de8e4b2f3

Bump the github-actions group with 2 updates
…thub-owned-actions-4684ddd577

Bump actions/upload-artifact from 7.0.0 to 7.0.1 in the github-owned-actions group
@steve-downey steve-downey marked this pull request as ready for review April 13, 2026 13:15
Type nullopt_t does not have a default constructor or an initializer-list
constructor, and is not an aggregate. nullopt_t models copyable and
three_way_comparable<strong_ordering>.
@coveralls

coveralls commented Apr 13, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 99.159% (+0.005%) from 99.154% — lwg4497 into main

Capture and test the result.
Comment thread tests/beman/optional/optional_range_support.test.cpp Outdated
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@steve-downey steve-downey merged commit 4badbe7 into main Apr 13, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants