summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/PolicyList_Destroyer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/PolicyList_Destroyer.h')
-rw-r--r--TAO/tao/Utils/PolicyList_Destroyer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Utils/PolicyList_Destroyer.h b/TAO/tao/Utils/PolicyList_Destroyer.h
index 821ba11dbb7..9e18fd6acbc 100644
--- a/TAO/tao/Utils/PolicyList_Destroyer.h
+++ b/TAO/tao/Utils/PolicyList_Destroyer.h
@@ -34,7 +34,7 @@ namespace TAO
{
public:
PolicyList_Destroyer(CORBA::ULong length_hint);
- ~PolicyList_Destroyer() throw ();
+ ~PolicyList_Destroyer() noexcept;
};
} // namespace Utils
} // namespace TAO