Skip to content

🐛 Fix same_as_unqualified#389

Merged
elbeno merged 1 commit into
intel:mainfrom
elbeno:fix-same-as
Jul 6, 2026
Merged

🐛 Fix same_as_unqualified#389
elbeno merged 1 commit into
intel:mainfrom
elbeno:fix-same-as

Conversation

@elbeno

@elbeno elbeno commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Problem:

  • Concept subsumption niceties mean that std::same_as has to be implemented using a helper concept that checks things both ways around. same_as_unqualified doesn't do this same thing.

Solution:

  • Implement same_as_unqualified in terms of same_as.

Problem:
- Concept subsumption niceties mean that `std::same_as` has to be implemented
  using a helper concept that checks things both ways around.
  `same_as_unqualified` doesn't do this same thing.

Solution:
- Implement `same_as_unqualified` in terms of `same_as`.
@elbeno
elbeno enabled auto-merge July 6, 2026 17:19
@elbeno
elbeno merged commit 5b04291 into intel:main Jul 6, 2026
27 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