X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d7dca1d2de1e6d67027e4ba33fefe1eb09550e3..a07e0280b245200f483e170d446156f1dea261f3:/include/xbt/swag.h diff --git a/include/xbt/swag.h b/include/xbt/swag.h index ecbdb15c46..318be64069 100644 --- a/include/xbt/swag.h +++ b/include/xbt/swag.h @@ -24,6 +24,7 @@ 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. */ /** @defgroup XBT_swag_type Swag types @ingroup XBT_swag