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

Public GIT Repository
Merge branch 'master' of github.com:mquinson/simgrid
[simgrid.git] / src / mc / LocationList.hpp
index 2a8bdbad767736aad0dc84ce2a7bede0e64ff0d9..9759836e50047cbd07067b6a88b9a2199d9ebdf0 100644 (file)
@@ -29,7 +29,7 @@ namespace dwarf {
 /** \brief A DWARF expression with optional validity contraints */
 class LocationListEntry {
 public:
-  typedef simgrid::xbt::range<std::uint64_t> range_type;
+  typedef simgrid::xbt::Range<std::uint64_t> range_type;
 private:
   DwarfExpression expression_;
   range_type range_ = {0, UINT64_MAX};