ucx/cx/map.h

branch
newapi
changeset 187
24ce2c326d85
parent 174
0358f1d9c506
child 253
087cc9216f28
--- a/ucx/cx/map.h	Sun Oct 01 09:23:47 2023 +0200
+++ b/ucx/cx/map.h	Sun Oct 01 12:08:09 2023 +0200
@@ -146,6 +146,11 @@
     void *value;
 };
 
+/**
+ * A shared instance of an empty map.
+ *
+ * Writing to that map is undefined.
+ */
 extern CxMap *const cxEmptyMap;
 
 /**

mercurial