Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix comment/TODO
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 14 Mar 2016 09:20:30 +0000 (10:20 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 15 Mar 2016 09:37:01 +0000 (10:37 +0100)
src/mc/ModelChecker.hpp

index 47790fb..1f7665d 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_;