summaryrefslogtreecommitdiffstats
path: root/src/H5Mpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Mpublic.h')
-rw-r--r--src/H5Mpublic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5Mpublic.h b/src/H5Mpublic.h
index f5874e8..213636d 100644
--- a/src/H5Mpublic.h
+++ b/src/H5Mpublic.h
@@ -542,6 +542,9 @@ H5_DLL herr_t H5Mexists(hid_t map_id, hid_t key_mem_type_id, const void *key, hb
*
* Any further options can be specified through the property list \p dxpl_id.
*
+ * \warning Adding or removing key-value pairs to the map during iteration
+ * will lead to undefined behavior.
+ *
* \since 1.12.0
*
*/
@@ -583,6 +586,9 @@ H5_DLL herr_t H5Miterate(hid_t map_id, hsize_t *idx, hid_t key_mem_type_id, H5M_
*
* Any further options can be specified through the property list \p dxpl_id.
*
+ * \warning Adding or removing key-value pairs to the map during iteration
+ * will lead to undefined behavior.
+ *
* \since 1.12.0
*
*/