We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47167b5 commit 3391246Copy full SHA for 3391246
1 file changed
include/QualityControl/TaskInterface.h
@@ -69,7 +69,7 @@ class TaskInterface
69
/// Copy assignment operator
70
TaskInterface& operator= (const TaskInterface& other) = default;
71
/// Move assignment operator
72
- TaskInterface& operator= (TaskInterface&& other) noexcept = default;
+ TaskInterface& operator= (TaskInterface&& other)/* noexcept */ = default; // error with gcc if noexcept
73
74
75
// Definition of the methods for the template method pattern
0 commit comments