X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b5379a334016329aaa0dcb20a9c421bc997bff3..66c35960bb3e0a056156f22f7defeaf8c08a74f4:/include/xbt/dict.h diff --git a/include/xbt/dict.h b/include/xbt/dict.h index b3cfd35ef3..59eb624420 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -21,7 +21,7 @@ SG_BEGIN_DECL() * This section describes the API to a dictionary structure that associates as string to a void* key. It provides the * same functionality than an hash table. * - * If you are using C++, you might want to use `std::unordered_map` instead. + * @deprecated If you are using C++, you might want to use `std::unordered_map` instead. * * Here is a little example of use: