Clarify that unlisted enumeration values are allowed
[ctf.git] / 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
This page took 0.022279 seconds and 4 git commands to generate.