docs: tighten why-capy comparison tables#286
Conversation
|
An automated preview of the documentation is available at https://286.capy.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-05-19 11:41:46 UTC |
Drop the empty "World" column from all four tables and the empty "std" column from the streams, any_*, and buffers tables. Replace blank cells with "(none)" so missing entries are unambiguous instead of looking like unfinished research. Fix two verified inaccuracies: - Slice/MutableSlice are concepts (capitalized); replace the lowercase `slice` row and add the missing `MutableSlice` row. - Remove the std::static_thread_pool claim; P2300R10 (merged into C++26) omits any concrete thread pool, leaving only std::execution::run_loop.
|
GCOVR code coverage report https://286.capy.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-05-19 11:52:27 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #286 +/- ##
========================================
Coverage 92.27% 92.27%
========================================
Files 164 164
Lines 8862 8862
========================================
Hits 8177 8177
Misses 685 685
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Drop the empty "World" column from all four tables and the empty "std" column from the streams, any_*, and buffers tables. Replace blank cells with "(none)" so missing entries are unambiguous instead of looking like unfinished research.
Fix two verified inaccuracies:
slicerow and add the missingMutableSlicerow.