Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Mark xbt::string as a hack
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 8 Apr 2016 08:59:22 +0000 (10:59 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 8 Apr 2016 08:59:22 +0000 (10:59 +0200)
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.