We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d042d67 commit cfc4870Copy full SHA for cfc4870
src/Dataflow/Network/ModuleInterface.h
@@ -134,7 +134,7 @@ namespace Networks {
134
virtual ModuleStateHandle get_state() = 0;
135
virtual const ModuleStateHandle get_state() const = 0;
136
137
- virtual bool doExecute() NOEXCEPT = 0;
+ virtual bool doExecute() = 0;
138
139
typedef boost::signals2::signal<void()> ExecutionSelfRequestSignalType;
140
virtual boost::signals2::connection connectExecuteSelfRequest(const ExecutionSelfRequestSignalType::slot_type& subscriber) = 0;
0 commit comments