summaryrefslogtreecommitdiff
path: root/TAO/tao/Unbounded_Basic_String_Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Unbounded_Basic_String_Sequence_T.h')
-rw-r--r--TAO/tao/Unbounded_Basic_String_Sequence_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Unbounded_Basic_String_Sequence_T.h b/TAO/tao/Unbounded_Basic_String_Sequence_T.h
index c6839076d9d..13bb9b898f0 100644
--- a/TAO/tao/Unbounded_Basic_String_Sequence_T.h
+++ b/TAO/tao/Unbounded_Basic_String_Sequence_T.h
@@ -98,7 +98,7 @@ public:
return impl_.get_buffer(orphan);
}
// @copydoc TAO::details::generic_sequence::swap
- inline void swap(unbounded_basic_string_sequence & rhs) throw() {
+ inline void swap(unbounded_basic_string_sequence & rhs) noexcept {
impl_.swap(rhs.impl_);
}