Made it build on EPICS 3.14.12.6, all unit tests pass.
This commit is contained in:
committed by
Michael Davidsaver
parent
46bcf877c9
commit
02f24a74e7
+1
-1
@@ -59,7 +59,7 @@ struct Tester {
|
||||
auto op = cli.rpc("mailbox", std::move(arg))
|
||||
.result([this](client::Result&& result) {
|
||||
actual = std::move(result);
|
||||
done.trigger();
|
||||
done.signal();
|
||||
})
|
||||
.exec();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user