diff options
Diffstat (limited to 'core/map.h')
| -rw-r--r-- | core/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/map.h b/core/map.h index af35fec332..9448389169 100644 --- a/core/map.h +++ b/core/map.h @@ -149,7 +149,7 @@ private: #ifdef GLOBALNIL_DISABLED memdelete_allocator<Element,A>(_nil); #endif -// memdelete_allocator<Element,A>(_root); + //memdelete_allocator<Element,A>(_root); } }; |