aboutsummaryrefslogtreecommitdiff
path: root/odb/vector-impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/vector-impl.hxx')
-rw-r--r--odb/vector-impl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/vector-impl.hxx b/odb/vector-impl.hxx
index 5189395..9f2ea7c 100644
--- a/odb/vector-impl.hxx
+++ b/odb/vector-impl.hxx
@@ -45,7 +45,7 @@ namespace odb
vector_impl (const vector_impl&);
#ifdef ODB_CXX11
- vector_impl (vector_impl&&);
+ vector_impl (vector_impl&&) noexcept;
#endif
void
@@ -195,7 +195,7 @@ namespace odb
vector_base (const vector_base&);
#ifdef ODB_CXX11
- vector_base (vector_base&&);
+ vector_base (vector_base&&) noexcept;
#endif
void