src/cx/map.h

changeset 714
34565d898f1f
parent 710
2dd409ed056f
child 759
475335643af4
     1.1 --- a/src/cx/map.h	Tue Jun 20 18:29:12 2023 +0200
     1.2 +++ b/src/cx/map.h	Tue Jun 20 18:30:13 2023 +0200
     1.3 @@ -146,6 +146,11 @@
     1.4      void *value;
     1.5  };
     1.6  
     1.7 +/**
     1.8 + * A shared instance of an empty map.
     1.9 + *
    1.10 + * Writing to that map is undefined.
    1.11 + */
    1.12  extern CxMap *const cxEmptyMap;
    1.13  
    1.14  /**

mercurial