From: Gabriel Corona Date: Fri, 8 Apr 2016 08:59:22 +0000 (+0200) Subject: [mc] Mark xbt::string as a hack X-Git-Tag: v3_13~121 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0c1113a3d64447cac78d831318fd050b8d2ae9a4?ds=sidebyside [mc] Mark xbt::string as a hack --- diff --git a/include/xbt/string.hpp b/include/xbt/string.hpp index be542c0914..1a2619a462 100644 --- a/include/xbt/string.hpp +++ b/include/xbt/string.hpp @@ -36,9 +36,9 @@ struct string_data { std::size_t len; }; -/** A std::string with well-known representation +/** A std::string-like with well-known representation * - * This is a (incomplete) drop-in replacement for `std::string`. + * HACK, this is a (incomplete) replacement for `std::string`. * It has a fixed POD representation (`simgrid::xbt::string_data`) * which can be used to easily read the string content from another * process.