docs/Writerside/topics/list.h.md

changeset 1478
bba2e5efdca0
parent 1477
9170a7dff573
--- a/docs/Writerside/topics/list.h.md	Fri Nov 07 19:13:28 2025 +0100
+++ b/docs/Writerside/topics/list.h.md	Fri Nov 07 19:23:21 2025 +0100
@@ -413,6 +413,10 @@
 > For example, you can clone elements from a list that is just storing pointers (`CX_STORE_POINTERS`) to a list that
 > allocates the memory for the objects (and vice versa).
 
+> The lists passed to the above functions must all be different.
+> Passing the same pointer for different list arguments may result in erroneous behavior.
+>{style="warning"}
+
 ## Dispose
 
 ```C

mercurial