From 0e46937f4f284f0554b8c21237d8688c86fb5e14 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Sun, 17 Jan 2021 12:38:11 +0100 Subject: Update cmap_api.md --- docs/cmap_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3