Clarify that unlisted enumeration values are allowed
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Apr 2020 20:43:36 +0000 (16:43 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 28 May 2020 15:44:26 +0000 (11:44 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-specification.md

index fd49e593742b443e59dad592d5d8f83e7f5e8b26..203f13f51133e1cb0424d0683375ed107eb98542 100644 (file)
@@ -464,6 +464,9 @@ enum {
 }
 ~~~
 
 }
 ~~~
 
+An enumeration field can have an integral value for which the associated
+enumeration type does not map to a string.
+
 ### 4.2 Compound types
 
 Compound are aggregation of type declarations. Compound types include
 ### 4.2 Compound types
 
 Compound are aggregation of type declarations. Compound types include
This page took 0.023461 seconds and 4 git commands to generate.