Skip to content

Rebase optimize adaptors#154

Merged
steve-downey merged 8 commits intobemanproject:mainfrom
steve-downey:rebase_optimize_adaptors
Dec 21, 2025
Merged

Rebase optimize adaptors#154
steve-downey merged 8 commits intobemanproject:mainfrom
steve-downey:rebase_optimize_adaptors

Conversation

@steve-downey
Copy link
Copy Markdown
Member

No description provided.

Publish in paper system.
Take view:
(2.2)— Otherwise, if T is a specialization of optional and T models view, then (static_cast<D>(F) == D() ? ((void)E, T()) : decay-copy(E)).

Drop view:
(2.2)— Otherwise, if T is a specialization of optional and T models view, then (static_cast<D>(F) == D() ? decay-copy(E) : ((void)E, T())).

Const view:
(2.3)— Otherwise, if U denotes optional<X&> for some type X, then optional<const X&>(E).

Reverse view:
(2.2)— Otherwise, if E is specialization of optional and E models view, then decay-copy(E).
Fix decay-copy not in code font.
@steve-downey steve-downey merged commit 538983b into bemanproject:main Dec 21, 2025
79 checks passed
@coveralls
Copy link
Copy Markdown

coveralls commented Dec 21, 2025

Pull Request Test Coverage Report for Build 20414863278

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.1%) to 99.038%

Files with Coverage Reduction New Missed Lines %
include/beman/optional/optional.hpp 2 98.99%
Totals Coverage Status
Change from base Build 20413963352: -0.1%
Covered Lines: 309
Relevant Lines: 312

💛 - Coveralls

steve-downey pushed a commit to steve-downey/optional that referenced this pull request Apr 13, 2026
…ch-8

[beman-tidy] CI tests should run on schedule and on demand.
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