X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e6f84f33cb3de2fd4caa15b22953d84cbf56597..745a5ade14924e2b2684a280e4cb75a9c1d3bee7:/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