Skip to content

Add non-throwing overloads for stream_file methods - #332

Open
gubnik wants to merge 3 commits into
cppalliance:developfrom
gubnik:feat/nonthrowing-stream-file
Open

Add non-throwing overloads for stream_file methods#332
gubnik wants to merge 3 commits into
cppalliance:developfrom
gubnik:feat/nonthrowing-stream-file

Conversation

@gubnik

@gubnik gubnik commented Aug 6, 2026

Copy link
Copy Markdown

This PR adds non-throwing overloads with the last std::error_code & parameter for the following stream_file methods:

  • open
  • size
  • resize
  • sync_data
  • sync_all
  • seek

This PR closes #261.

@cppalliance-bot

Copy link
Copy Markdown

An automated preview of the documentation is available at https://332.corosio.prtest3.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-08-06 09:59:02 UTC

@cppalliance-bot

Copy link
Copy Markdown

GCOVR code coverage report https://332.corosio.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://332.corosio.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff Report https://332.corosio.prtest3.cppalliance.org/diff-report/index.html

Build time: 2026-08-06 10:11:52 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

non-throwing overloads for stream_file methods

2 participants