X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c69057bd07befcfb1fafa975dc9d4e76889c82cd..8f561fbf18e6995590fab6bc65e662e6797ff3fa:/include/xbt/swag.h diff --git a/include/xbt/swag.h b/include/xbt/swag.h index ecbdb15c46..a0f6b3e759 100644 --- a/include/xbt/swag.h +++ b/include/xbt/swag.h @@ -24,6 +24,8 @@ SG_BEGIN_DECL() * It is basically a fifo but with restrictions so that it can be used as a set. Any operation (add, remove, belongs) * is O(1) and no call to malloc/free is done. * + * @deprecated If you are using C++, you might want to use + * `boost::intrusive::set` instead. */ /** @defgroup XBT_swag_type Swag types @ingroup XBT_swag