jsoncons icon indicating copy to clipboard operation
jsoncons copied to clipboard

Arm-none-eabi-gcc compiler gives error

Open SlowTypist opened this issue 1 year ago • 1 comments

https://github.com/danielaparker/jsoncons/blob/b883d895ec25ed21b084cd4c78ae3c2725737f68/include/jsoncons/detail/optional.hpp#L261

Throws error: error: third operand to the conditional operator is of type 'void', but the second operand is neither a throw-expression nor of type 'void' 261 | ? get()

SlowTypist avatar May 05 '24 23:05 SlowTypist

@SlowTypist Could you check if that compiles now on master?

Thanks, Daniel

danielaparker avatar May 07 '24 18:05 danielaparker

@SlowTypist Could you check if that compiles now on master?

Thanks, Daniel

LGTM, compiles now.

SlowTypist avatar May 18 '24 18:05 SlowTypist