Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Mark xbt::string as a hack
[simgrid.git] / include / xbt / string.hpp
index be542c0..1a2619a 100644 (file)
@@ -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.