Skip to content

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
@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

2 participants