X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a07e0280b245200f483e170d446156f1dea261f3..8250fdfeb9c8dd3ae2a1d19f3c89871c9599d0f8:/include/xbt/fifo.h diff --git a/include/xbt/fifo.h b/include/xbt/fifo.h index 5f6432b458..66ccf3d1ec 100644 --- a/include/xbt/fifo.h +++ b/include/xbt/fifo.h @@ -17,8 +17,8 @@ SG_BEGIN_DECL() * These functions provide the same kind of functionality as dynamic arrays * but in time O(1). However these functions use malloc/free way too much often. * - * If you are using C++, you might want to used std::list, std::deque or - * std::queue instead. + * @deprecated If you are using C++, you might want to used `std::list`, + * `std::deque` or `std::queue instead`. */ /** @defgroup XBT_fifo_cons Fifo constructor and destructor