X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a07e0280b245200f483e170d446156f1dea261f3..66c35960bb3e0a056156f22f7defeaf8c08a74f4:/include/xbt/dynar.h?ds=sidebyside diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 874eb46f5b..fa25a74140 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -25,7 +25,7 @@ SG_BEGIN_DECL() * \ref XBT_dict section). You thus have to provide the function which will be used to free the content at * structure creation (of type void_f_ppvoid_t or void_f_pvoid_t). * - * If you are using C++, you might want to use `std::vector` instead. + * @deprecated If you are using C++, you might want to use `std::vector` instead. * * \section XBT_dynar_exscal Example with scalar * \dontinclude dynar.cpp