summaryrefslogtreecommitdiff
path: root/TAO/tao/Unbounded_Octet_Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Unbounded_Octet_Sequence_T.h')
-rw-r--r--TAO/tao/Unbounded_Octet_Sequence_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Unbounded_Octet_Sequence_T.h b/TAO/tao/Unbounded_Octet_Sequence_T.h
index dc7a3bf1053..f1a301be14b 100644
--- a/TAO/tao/Unbounded_Octet_Sequence_T.h
+++ b/TAO/tao/Unbounded_Octet_Sequence_T.h
@@ -223,7 +223,7 @@ public:
return !this->operator==(rhs);
}
- inline void swap(unbounded_value_sequence & rhs) throw() {
+ inline void swap(unbounded_value_sequence & rhs) noexcept {
std::swap (mb_, rhs.mb_);
std::swap (maximum_, rhs.maximum_);
std::swap (length_, rhs.length_);