Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error-code constructors for file #144

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Add error-code constructors for file #144

merged 2 commits into from
Jan 21, 2025

Conversation

bugdea1er
Copy link
Owner

Add:

  • file::file(std::error_code&)
  • file::file(std::string_view, std::error_code&)
  • file::file(std::string_view, std::string_view, std::error_code&)
  • file::text(std::error_code&)
  • file::text(std::string_view, std::error_code&)
  • file::text(std::string_view, std::string_view, std::error_code&)

@bugdea1er bugdea1er merged commit be38178 into main Jan 21, 2025
9 checks passed
@bugdea1er bugdea1er deleted the file-constructors branch January 21, 2025 21:33
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.

1 participant