To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
#ifndef ADDRESSLUT_H #define ADDRESSLUT_H #include <string> #include <map> extern std::map<std::string, std::string> address_LUT; #endif