Skip to content

Conversation

@threeal
Copy link
Owner

@threeal threeal commented Jul 8, 2023

  • Update the compilation to use C++20 standard.
  • Remove the inheritance of std::exception in the Error struct.
  • Change the Error::message property to be constant.
  • Remove the constructor of the Error struct.
  • Closes Error: Make Error Struct Constructor Private #31.

@threeal threeal added the feat label Jul 8, 2023
@threeal threeal self-assigned this Jul 8, 2023
@threeal threeal changed the title Error: Make Error Struct Not Inherit std::exception Error: Remove Inheritance of std::exception in Error Struct Jul 8, 2023
@threeal threeal marked this pull request as ready for review July 8, 2023 03:00
Base automatically changed from error-make-func to main July 8, 2023 03:01
@threeal threeal merged commit 071bd37 into main Jul 8, 2023
@threeal threeal deleted the error-no-inherit-std-except branch July 8, 2023 03:03
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: Make Error Struct Constructor Private

2 participants