Update README.md to mention exceptions.

This commit is contained in:
easyaspi314 (Devin) 2018-11-09 11:28:52 -05:00
parent cc9e98f382
commit ca14fbdff8

View File

@ -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++