vsomeip icon indicating copy to clipboard operation
vsomeip copied to clipboard

reactor_op_ext missing parameter with boost helpers 1.74

Open kheaactua opened this issue 4 years ago • 2 comments

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.)

kheaactua avatar Aug 24 '21 12:08 kheaactua

Yes, I have the same problem on Android. @lutzbichler @kheaactua Is there any way to avoid it ?

yunfeiyangcc avatar Nov 09 '21 09:11 yunfeiyangcc

I patched it in our local fork.....

I'd be happy to submit a PR if there's any change Covesa would accept it.

kheaactua avatar Nov 09 '21 13:11 kheaactua

Fixed on version 3.3.0 (master branch).

goncaloalmeida avatar Mar 15 '23 17:03 goncaloalmeida