summaryrefslogtreecommitdiff
path: root/TAO/tao/Generic_Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Generic_Sequence_T.h')
-rw-r--r--TAO/tao/Generic_Sequence_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Generic_Sequence_T.h b/TAO/tao/Generic_Sequence_T.h
index 46e48aa5189..eca632bf6fa 100644
--- a/TAO/tao/Generic_Sequence_T.h
+++ b/TAO/tao/Generic_Sequence_T.h
@@ -315,7 +315,7 @@ public:
return tmp.buffer_;
}
- void swap(generic_sequence & rhs) throw()
+ void swap(generic_sequence & rhs) noexcept
{
std::swap(maximum_, rhs.maximum_);
std::swap(length_, rhs.length_);