diff options
| author | Tyge Løvset <[email protected]> | 2022-11-03 13:28:45 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-11-03 13:28:45 +0100 |
| commit | d1d8a9f389155c223db92d060b8fbccda58e2e53 (patch) | |
| tree | 718fac6edbf34056c188fadfec63f9c15514a32c /include/stc/forward.h | |
| parent | a913e030b5db2e0d0a49234a86fa39930b4ed6e9 (diff) | |
| download | STC-modified-d1d8a9f389155c223db92d060b8fbccda58e2e53.tar.gz STC-modified-d1d8a9f389155c223db92d060b8fbccda58e2e53.zip | |
Made cmap i_max_load_factor a compile time template parameter instead of runtime. Enables cmap to be NULL initialized. Currently only cvec/cdeq and csmap cannot be NULL initialized, but eventually they will.
Diffstat (limited to 'include/stc/forward.h')
| -rw-r--r-- | include/stc/forward.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stc/forward.h b/include/stc/forward.h index e1202588..e78f1dd7 100644 --- a/include/stc/forward.h +++ b/include/stc/forward.h @@ -129,7 +129,6 @@ typedef union { } SELF##_iter; \ \ typedef struct { \ - float max_load_factor; \ SELF##_value* table; \ uint8_t* _hashx; \ SELF##_size_t size, bucket_count; \ |
