diff options
Diffstat (limited to 'src/jemalloc_cpp.cpp')
-rw-r--r-- | src/jemalloc_cpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jemalloc_cpp.cpp b/src/jemalloc_cpp.cpp index 4c5756b..4d88f99 100644 --- a/src/jemalloc_cpp.cpp +++ b/src/jemalloc_cpp.cpp @@ -92,7 +92,7 @@ void * operator new[](std::size_t size, const std::nothrow_t&) noexcept { - return (newImpl<true>(size)); + return (newImpl<true>(size)); } void |