From 0c1113a3d64447cac78d831318fd050b8d2ae9a4 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Fri, 8 Apr 2016 10:59:22 +0200 Subject: [PATCH] [mc] Mark xbt::string as a hack --- include/xbt/string.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.20.1