commit | ce7b062a6f75f4ebb67fd3c2db00262560fe466f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 04 10:47:46 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 05 10:36:01 2016 -0800 |
tree | 49ea6871b989fb3729d14bc68e3ea5a12d9d5396 | |
parent | ed2aebafae2071abe9b1ba4fa11a3de0d6bcd59b [diff] [blame] |
util: Workaround for gcc-4.7 being unable to deduce noexcept specifications Change-Id: Ib8b00ff7a6293c4f8596615c4f2af266eab28a1a Refs: #3384
diff --git a/src/util/signal-scoped-connection.hpp b/src/util/signal-scoped-connection.hpp index a659844..2e93708 100644 --- a/src/util/signal-scoped-connection.hpp +++ b/src/util/signal-scoped-connection.hpp
@@ -54,7 +54,7 @@ /** \brief disconnects the connection */ - ~ScopedConnection(); + ~ScopedConnection() noexcept; /** \brief disconnects the connection manually */