summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_var.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Servant_var.inl')
-rw-r--r--TAO/tao/PortableServer/Servant_var.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Servant_var.inl b/TAO/tao/PortableServer/Servant_var.inl
index c3a78412637..a5c397ebc93 100644
--- a/TAO/tao/PortableServer/Servant_var.inl
+++ b/TAO/tao/PortableServer/Servant_var.inl
@@ -5,7 +5,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template <class T>
ACE_INLINE void
-PortableServer::Servant_var<T>::swap (Servant_var<T> & rhs) /* throw () */
+PortableServer::Servant_var<T>::swap (Servant_var<T> & rhs) /* noexcept */
{
std::swap (this->ptr_, rhs.ptr_);
}