X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08cc32c523939ad907ffc4a0d9a260ab56798d28..1a0c56f51ac6e9369d23bacff6900e08a738a861:/include/xbt/set.h diff --git a/include/xbt/set.h b/include/xbt/set.h index 7ee7a12fc7..ef0817e14f 100644 --- a/include/xbt/set.h +++ b/include/xbt/set.h @@ -25,7 +25,7 @@ SG_BEGIN_DECL() unsigned int ID; char *name; unsigned int name_len; - /* my other fields, constituting the payload */ + // my other fields, constituting the payload } my_element_type_t; \endverbatim * * Since we are casting elements around, no protection is ensured by the @@ -34,7 +34,7 @@ SG_BEGIN_DECL() * \verbatim struct { XBT_SET_HEADERS; - /* my other fields, constituting the payload */ + // my other fields, constituting the payload } my_element_type_t; \endverbatim * * It is impossible to remove an element from such a data structure.