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: Declare Operators as Friend in Error Struct #39

Merged
merged 3 commits into from
Jul 11, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jul 11, 2023

This pull request makes the following changes to the Error struct:

  • Declares the equality (==) and inequality (!=) operators as friend operators within the Error struct.
  • Enhances the documentation of the operators in the Error struct with detailed descriptions and examples.
  • Adjusts the Clang Format configuration to allow unlimited maximum line width.

Closes #38.

@threeal threeal self-assigned this Jul 11, 2023
@threeal threeal marked this pull request as ready for review July 11, 2023 07:12
@threeal threeal merged commit a43072b into main Jul 11, 2023
5 checks passed
@threeal threeal deleted the error-friend-operators branch July 11, 2023 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Declare Operators as Friend in Error Struct
1 participant