]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/LocationList.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] smpi_win.cpp: Convert target_rank for other communicators
[simgrid.git] / src / mc / LocationList.hpp
index 8e4aee3a4fd4392d453237c088d0101127ef6382..807291e9fec288697bfac73ad9abeffe6847d96b 100644 (file)
@@ -37,7 +37,9 @@ public:
   LocationListEntry(DwarfExpression expression, range_type range)
     : expression_(std::move(expression)), range_(range)
   {}
-  LocationListEntry(DwarfExpression expression) : expression_(std::move(expression)), range_({0, UINT64_MAX}) {}
+  explicit LocationListEntry(DwarfExpression expression) : expression_(std::move(expression)), range_({0, UINT64_MAX})
+  {
+  }
 
   DwarfExpression& expression()
   {