Skip to content

remove BundledBufferRing concept#73

Merged
wokron merged 1 commit into
masterfrom
remove-provided-buffer-concept
Mar 17, 2026
Merged

remove BundledBufferRing concept#73
wokron merged 1 commit into
masterfrom
remove-provided-buffer-concept

Conversation

@wokron
Copy link
Copy Markdown
Member

@wokron wokron commented Mar 15, 2026

No description provided.

@wokron wokron force-pushed the remove-provided-buffer-concept branch from 25512b1 to b698755 Compare March 16, 2026 04:18
@wokron wokron force-pushed the remove-provided-buffer-concept branch from b698755 to d1af311 Compare March 16, 2026 04:22
@wokron wokron requested a review from Copilot March 16, 2026 04:51
@wokron wokron marked this pull request as ready for review March 16, 2026 04:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the BundledBufferRing / NotBundledBufferRing concepts and updates async operation overload constraints accordingly, introducing a reusable AnySameAs concept to express “one-of” type constraints.

Changes:

  • Delete BundledBufferRing / NotBundledBufferRing concepts from concepts.hpp.
  • Add AnySameAs concept and replace several NotBundledBufferRing / BundledBufferRing constraints in async_operations.hpp.
  • Move bundled provided-buffer forward declarations to async_operations.hpp (in condy::detail).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.

File Description
include/condy/concepts.hpp Removes bundled buffer ring concepts; adds AnySameAs.
include/condy/async_operations.hpp Updates async op template constraints to use AnySameAs and adds bundled-type forward declarations.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread include/condy/async_operations.hpp
Comment thread include/condy/async_operations.hpp
Comment thread include/condy/async_operations.hpp
Comment thread include/condy/async_operations.hpp
Comment thread include/condy/concepts.hpp
Comment thread include/condy/async_operations.hpp
@wokron wokron merged commit 9f222cd into master Mar 17, 2026
15 checks passed
@wokron wokron deleted the remove-provided-buffer-concept branch March 17, 2026 02:01
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