swh:1:snp:7a4cd2a5ec73a061be17605597c4b1660b799026
Tip revision: 9eb375d26241062440516a8120b19e04080223ed authored by Max Göttlicher on 18 August 2022, 13:21:20 UTC
fixed printing issues
fixed printing issues
Tip revision: 9eb375d
map.hpp
//
// Created by max on 08.08.22.
//
#ifndef PDS_MAP_HPP
#define PDS_MAP_HPP
#include "setgraph/utility.hpp"
namespace pds {
using setgraph::map;
using setgraph::set;
}
#endif //PDS_MAP_HPP