From 87ea9247469c8f3cfbc4d7b906ea960cde5a32bf Mon Sep 17 00:00:00 2001 From: Oleksandr Brezhniev Date: Wed, 10 Apr 2024 00:15:42 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 643cc5a..ed5553e 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Requirements: Xcode. } // namespace ``` +4. Optional. Replace all accurances of `assert(` with `check(` in .cpp file to switch from asserts to exceptions (more secure). ## License