commit | 8868140aacebef304b66761d815f47762ce8a753 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jun 30 09:58:53 2015 -0700 |
committer | Junxiao Shi <sunnylandh@gmail.com> | Tue Jun 30 16:31:38 2015 -0700 |
tree | 78beb1af8649afa60b106333a7910fc5d716af15 | |
parent | fa2128d63d74090e96acc466eff8937e10af2bff [diff] [blame] |
Add `noexcept` to move constructors and move assignment operators refs #2966 Change-Id: Ib87da2b8dc2d77fa9beb8bc6b5323498057b76a2
diff --git a/src/util/signal-scoped-connection.hpp b/src/util/signal-scoped-connection.hpp index 80717e5..04a4bb3 100644 --- a/src/util/signal-scoped-connection.hpp +++ b/src/util/signal-scoped-connection.hpp
@@ -42,7 +42,7 @@ /** \brief move constructor */ - ScopedConnection(ScopedConnection&& other); + ScopedConnection(ScopedConnection&& other) noexcept; /** \brief assigns a connection *