X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d1a8de6d608e6a2dbfc60cf4e453832421a2fd4c..b024b9e443552c94609fc56a240cdb199a329853:/src/xbt/dict.cpp diff --git a/src/xbt/dict.cpp b/src/xbt/dict.cpp index 178b151bc7..e15c41d516 100644 --- a/src/xbt/dict.cpp +++ b/src/xbt/dict.cpp @@ -19,6 +19,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_dict, xbt, "Dictionaries provide the same functionalities as hash tables"); +constexpr int MAX_FILL_PERCENT = 80; + /** * @brief Constructor * @param free_ctn function to call with (@a data as argument) when @a data is removed from the dictionary