From 84ad61affa2782cba30b83982dffc85c16df47ef Mon Sep 17 00:00:00 2001 From: Eugene Gershnik Date: Thu, 31 Mar 2022 12:56:38 -0700 Subject: [PATCH] Updating README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index df73f9d..a2cab9d 100644 --- a/README.md +++ b/README.md @@ -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 +
+Code ```cpp [[noreturn]] inline void Argum::terminateApplication(const char * message) { @@ -338,6 +340,7 @@ For reference this is the default implementation #endif } ``` +
## FAQ