diff options
Diffstat (limited to 'include/stc/csmap.h')
| -rw-r--r-- | include/stc/csmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/csmap.h b/include/stc/csmap.h index bcb85a6b..35830626 100644 --- a/include/stc/csmap.h +++ b/include/stc/csmap.h @@ -552,6 +552,7 @@ _cx_memb(_clone)(_cx_self tree) { _csmap_rep(&clone)->size = _csmap_rep(&tree)->size; return clone; } +#endif // !_i_no_clone #if !defined _i_no_emplace STC_DEF _cx_result @@ -564,7 +565,6 @@ _cx_memb(_emplace)(_cx_self* self, _cx_rawkey rkey _i_MAP_ONLY(, i_valraw rmappe return res; } #endif // _i_no_emplace -#endif // !_i_no_clone static void _cx_memb(_drop_r_)(_cx_node* d, i_size tn) { |
