Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.14.0
-
None
Description
The restricted scalar types message_id and annotation_key do not have an empty() method. This is needed because they can be absent on a message.
It was also noted that both value and scalar type() and empty() methods are inherited (publicly) from internal classes, which makes it unclear if they part of the API and means doxygen does not document them.
Fix this.