From c668b86d8f53eabcd8f84826740ec1aae910a4b5 Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Mon, 2 Mar 2020 09:58:19 +0200 Subject: [PATCH] Update README [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad57b5b..a9066a5 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ won't need to mess with these at all, but if you do, set them before including t | Option | Type | Default | Description | |----------------------------|:--------------:|-----------------------------------|----------------------------------------------------------------------------------------------------------| -| `TOML_ALL_INLINE` | boolean | `1` | Set this to zero if you wish to compile the bulk of the toml++ implementation into a particular TU (e.g. as part of a static lib). | +| `TOML_ALL_INLINE` | boolean | `1` | Disable this to explicitly control where toml++'s implementation is compiled (e.g. as part of a static library). | | `TOML_ASSERT(expr)` | function macro | `assert(expr)`
(or undefined) | Sets the assert function used by the library. | | `TOML_CHAR_8_STRINGS` | boolean | `0` | Uses C++20 [char8_t]-based strings as the toml string data type. **_Experimental!_** | | `TOML_CONFIG_HEADER` | string literal | undefined | Includes the given header file before the rest of the library. |