reactor_op_ext missing parameter with boost helpers 1.74
In vsomeip 3.1.20.3, the 1.74 boost helps appear to be missing a parameter to reactor_op_ext and reactor_op_ext_local.
Adding the success_ec parameter first fixes the compilation error.
I encountered this when building natively in AOSP - I don't encounter it in my QNX (7.1 gcc 8.3) builds and I have no idea why yet (still working through the code.)
Yes, I have the same problem on Android. @lutzbichler @kheaactua Is there any way to avoid it ?
I patched it in our local fork.....
I'd be happy to submit a PR if there's any change Covesa would accept it.
Fixed on version 3.3.0 (master branch).