ucx/cx/map.h

changeset 775
e5909dff0dbf
parent 750
4d7a2238c5ac
--- a/ucx/cx/map.h	Sun Jul 02 12:06:45 2023 +0200
+++ b/ucx/cx/map.h	Sun Jul 02 13:23:51 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