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

Error: Add Alias for Shared Pointer of Error. #11

Merged
merged 2 commits into from
Jun 22, 2023
Merged

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jun 22, 2023

Added the following additions:

  • Introduced the ErrorPtr alias, representing std::shared_ptr<Error>.
  • Implemented the make function to create a new ErrorPtr.

Closes #9.

@threeal threeal added the feat label Jun 22, 2023
@threeal threeal self-assigned this Jun 22, 2023
@threeal threeal marked this pull request as ready for review June 22, 2023 11:29
@threeal threeal merged commit 3b10c64 into main Jun 22, 2023
@threeal threeal deleted the error-shared-ptr branch June 22, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Add Alias for Shared Pointer of error::Error
1 participant