From ca14fbdff8db4a39c331c9f8097adea98aadee6a Mon Sep 17 00:00:00 2001 From: "easyaspi314 (Devin)" Date: Fri, 9 Nov 2018 11:28:52 -0500 Subject: [PATCH] Update README.md to mention exceptions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0abcf2..d09b2f8 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ or: ```c++ mmap.map(path, error); ``` +**NOTE:** The constructors **require** exceptions to be enabled. If you prefer +to build your projects with `-fno-exceptions`, you can still use the other ways. Moreover, in each case, you can provide either some string type for the file's path, or you can use an existing, valid file handle. ```c++