swh:1:snp:7a4cd2a5ec73a061be17605597c4b1660b799026
Tip revision: c7bbaa279bdeb6124b591020b1d7577391139bf5 authored by Max Göttlicher on 24 November 2022, 12:34:21 UTC
fixed more gcc errors and warnings
fixed more gcc errors and warnings
Tip revision: c7bbaa2
map.hpp
//
// Created by max on 08.08.22.
//
#ifndef PDS_MAP_HPP
#define PDS_MAP_HPP
#include "mpgraphs/utility.hpp"
namespace pds {
using mpgraphs::map;
using mpgraphs::set;
}
#endif //PDS_MAP_HPP