diff options
| -rw-r--r-- | docs/cmap_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md index c9121720..cbfa3d1c 100644 --- a/docs/cmap_api.md +++ b/docs/cmap_api.md @@ -28,7 +28,7 @@ See [std::unordered_map](https://en.cppreference.com/w/cpp/container/unordered_m RawKey=Key) #define using_cmap_str() ``` -The macro `using_cmap()` can be instantiated with 3, 5, 7, 9, 11, or 13 arguments in the global scope. +The macro `using_cmap()` can be instantiated with 3, 5, 7, 9, or 11 arguments in the global scope. Default values are given above for args not specified. `X` is a type tag name and will affect the names of all cmap types and methods. E.g. declaring `using_cmap(my, int);`, `X` should be replaced by `my` in all of the following documentation. |
