You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report, we are a bit backlogged with other work at present. We can offer commercial support to those who need quick turn around on fixes. [email protected].
When we use set type in a scheme with uint64 encoding type:
sbe-all generates CPP code like this:
which causes warning in gcc:
Here is the value of right operand - 35u is greater to the number of bits in the left operand 1u - 32 bits.
Could somebody help to fix it, please?
ex.zip
The text was updated successfully, but these errors were encountered: