summaryrefslogtreecommitdiff
path: root/TAO/tao/Unbounded_Array_Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Unbounded_Array_Sequence_T.h')
-rw-r--r--TAO/tao/Unbounded_Array_Sequence_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Unbounded_Array_Sequence_T.h b/TAO/tao/Unbounded_Array_Sequence_T.h
index 6a304a519b9..873376148af 100644
--- a/TAO/tao/Unbounded_Array_Sequence_T.h
+++ b/TAO/tao/Unbounded_Array_Sequence_T.h
@@ -77,7 +77,7 @@ public:
inline value_type * get_buffer(CORBA::Boolean orphan = false) {
return impl_.get_buffer(orphan);
}
- inline void swap(unbounded_array_sequence & rhs) throw() {
+ inline void swap(unbounded_array_sequence & rhs) noexcept {
impl_.swap(rhs.impl_);
}
static value_type * allocbuf(CORBA::ULong maximum) {