Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Mar 31, 2022
1 parent 2d6353d commit 84ad61a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ By default, when being passed invalid arguments or when attempting to "throw" wi
you will need to provide your own implementation of `[[noreturn]] inline void terminateApplication(const char * message)`.

For reference this is the default implementation
<details>
<summary>Code</summary>

```cpp
[[noreturn]] inline void Argum::terminateApplication(const char * message) {
Expand All @@ -338,6 +340,7 @@ For reference this is the default implementation
#endif
}
```
</details>
## FAQ
Expand Down

0 comments on commit 84ad61a

Please sign in to comment.