fix(umbrella): include connect.hpp and host_name.hpp#249
Conversation
Both headers are standalone public APIs not reached transitively from anything else in the umbrella, so users who include only <boost/corosio.hpp> could not call corosio::connect or corosio::host_name without an extra include.
8629c15 to
3b52f67
Compare
|
An automated preview of the documentation is available at https://249.corosio.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-05-15 21:25:28 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #249 +/- ##
========================================
Coverage 77.70% 77.70%
========================================
Files 96 96
Lines 7292 7292
Branches 1787 1787
========================================
Hits 5666 5666
Misses 1108 1108
Partials 518 518 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
GCOVR code coverage report https://249.corosio.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-05-15 21:34:16 UTC |
Both headers are standalone public APIs not reached transitively from anything else in the umbrella, so users who include only <boost/corosio.hpp> could not call corosio::connect or corosio::host_name without an extra include.