simple-binary-encoding icon indicating copy to clipboard operation
simple-binary-encoding copied to clipboard

C++ OTF API presence() returns the wrong value for enums

Open aschw opened this issue 8 months ago • 0 comments

For example, CME iLink's SBE XML schema defines SplitMsg as a uInt8NULL. uInt8NULL's definition sets presence="optional".

However, Encoding::presence() still returns SBE_REQUIRED.

aschw avatar Mar 31 '25 17:03 aschw