src/cx/list.h

changeset 669
dce9b8450656
parent 667
2f88a7c13a28
child 677
b09aae58bba4
     1.1 --- a/src/cx/list.h	Tue Mar 21 17:21:20 2023 +0100
     1.2 +++ b/src/cx/list.h	Tue Mar 28 19:13:33 2023 +0200
     1.3 @@ -46,6 +46,9 @@
     1.4  #endif
     1.5  
     1.6  #ifndef CX_STORE_POINTERS
     1.7 +/**
     1.8 + * Special constant used for creating collections that are storing pointers.
     1.9 + */
    1.10  #define CX_STORE_POINTERS 0
    1.11  #endif
    1.12  

mercurial