summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_var.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Servant_var.cpp')
-rw-r--r--TAO/tao/PortableServer/Servant_var.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Servant_var.cpp b/TAO/tao/PortableServer/Servant_var.cpp
index 3b1a63f7512..e89515b1e9f 100644
--- a/TAO/tao/PortableServer/Servant_var.cpp
+++ b/TAO/tao/PortableServer/Servant_var.cpp
@@ -31,7 +31,7 @@ PortableServer::Servant_var<T>::_duplicate (T * p)
}
template <class T>
-PortableServer::Servant_var<T>::~Servant_var () /* throw () */
+PortableServer::Servant_var<T>::~Servant_var () /* noexcept */
{
// Unfortunately, there is no throw spec on _remove_ref, so we
// can't assume that it will not throw. If it does, then we are in