Allow for move only matcher#334
Conversation
…ing move-only matchers
The MatchCondition concept requires only callability, not copyability, so read_until must accept move-only matchers. Add a matcher holding its delimiter in a unique_ptr and exercise it through the await_suspend I/O path, which previously copied the matcher and rejected such types.
|
An automated preview of the documentation is available at https://334.capy.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-06-23 20:48:05 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop-2 #334 +/- ##
=============================================
+ Coverage 98.07% 98.17% +0.09%
=============================================
Files 164 82 -82
Lines 8774 4161 -4613
=============================================
- Hits 8605 4085 -4520
+ Misses 169 76 -93
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
GCOVR code coverage report https://334.capy.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-06-23 21:04:59 UTC |
Closes #332.