X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a07e0280b245200f483e170d446156f1dea261f3..5a00610e05eab122e23f56b589d5bb240e6ceda7:/include/xbt/swag.h diff --git a/include/xbt/swag.h b/include/xbt/swag.h index 318be64069..a0f6b3e759 100644 --- a/include/xbt/swag.h +++ b/include/xbt/swag.h @@ -24,7 +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. * - * If you are using C++, you might want to use boost::intrusive::set instead. + * @deprecated If you are using C++, you might want to use + * `boost::intrusive::set` instead. */ /** @defgroup XBT_swag_type Swag types @ingroup XBT_swag