diff options
Diffstat (limited to 'src/lib/utils/mem_pool/mem_pool.h')
-rw-r--r-- | src/lib/utils/mem_pool/mem_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/mem_pool/mem_pool.h b/src/lib/utils/mem_pool/mem_pool.h index 418963864..a2c0008db 100644 --- a/src/lib/utils/mem_pool/mem_pool.h +++ b/src/lib/utils/mem_pool/mem_pool.h @@ -36,7 +36,7 @@ class Memory_Pool final void* allocate(size_t size); - bool deallocate(void* p, size_t size) BOTAN_NOEXCEPT; + bool deallocate(void* p, size_t size) noexcept; Memory_Pool(const Memory_Pool&) = delete; |