diff options
| author | Tyge Løvset <[email protected]> | 2023-02-11 23:55:24 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-02-11 23:55:24 +0100 |
| commit | e730c593429bdd5a73da5b02e7559b1f0fd21e19 (patch) | |
| tree | 3613172419e4c4821e45f41c15e8d16423b5e6da /include/stc/priv/template.h | |
| parent | 921c06f1b46d449668881ebd1c35a83dc32ad38a (diff) | |
| download | STC-modified-e730c593429bdd5a73da5b02e7559b1f0fd21e19.tar.gz STC-modified-e730c593429bdd5a73da5b02e7559b1f0fd21e19.zip | |
Some more docs. Renamed (half-)internal template parameter i_size => i_ssize. Updated external cpp maps for benchmarks.
Diffstat (limited to 'include/stc/priv/template.h')
| -rw-r--r-- | include/stc/priv/template.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/stc/priv/template.h b/include/stc/priv/template.h index dd770839..3bef2c9a 100644 --- a/include/stc/priv/template.h +++ b/include/stc/priv/template.h @@ -44,8 +44,8 @@ #define _i_prefix #endif -#ifndef i_size - #define i_size intptr_t +#ifndef i_ssize + #define i_ssize intptr_t #endif #ifndef i_allocator @@ -298,7 +298,7 @@ #undef i_hash #undef i_rawclass #undef i_capacity -#undef i_size +#undef i_ssize #undef i_val #undef i_val_str |
