Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix comment/TODO
[simgrid.git] / src / mc / ModelChecker.hpp
index 47790fb4ffcbff5b135698b5a38474c8227e72e0..1f7665d9574a6d03c3f2acca5f1c4fbca87e697a 100644 (file)
@@ -30,7 +30,7 @@ namespace mc {
 class ModelChecker {
   struct pollfd fds_[2];
   /** String pool for host names */
-  // TODO, use std::unordered_set with heterogeneous comparison lookup (C++14)
+  // TODO, use std::set with heterogeneous comparison lookup (C++14)?
   xbt_dict_t /* <hostname, nullptr> */ hostnames_;
   // This is the parent snapshot of the current state:
   PageStore page_store_;