X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9bfa71c7201013012f9aba67044617f1739bd358..ffbe55360efde07c787741f05fe6410860c651fa:/src/xbt/dict.cpp diff --git a/src/xbt/dict.cpp b/src/xbt/dict.cpp index 744d388a1f..29f86bf779 100644 --- a/src/xbt/dict.cpp +++ b/src/xbt/dict.cpp @@ -31,6 +31,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_dict, xbt, "Dictionaries provide the same fu */ xbt_dict_t xbt_dict_new() { + XBT_WARN("Function xbt_dict_new() will soon be dropped. Please switch to xbt_dict_new_homogeneous()"); xbt_dict_t dict = xbt_dict_new_homogeneous(nullptr); dict->homogeneous = 0;