summaryrefslogtreecommitdiff
path: root/ACE/examples/Shared_Malloc/test_persistence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Shared_Malloc/test_persistence.cpp')
-rw-r--r--ACE/examples/Shared_Malloc/test_persistence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Shared_Malloc/test_persistence.cpp b/ACE/examples/Shared_Malloc/test_persistence.cpp
index 058305ce9b3..c57544b1d9b 100644
--- a/ACE/examples/Shared_Malloc/test_persistence.cpp
+++ b/ACE/examples/Shared_Malloc/test_persistence.cpp
@@ -63,7 +63,7 @@ public:
{
return shmem_allocator->malloc (sizeof (Employee));
}
- void operator delete (void *p, const std::nothrow_t&) throw ()
+ void operator delete (void *p, const std::nothrow_t&) noexcept
{
shmem_allocator->free (p);
}