/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
platform/country_defines.cpp
14 строк
278 B
Arsentiy Milchakov
[platform][storage] review fixes for MapOptions refactoring
08 окт 2019, 13:58
08 окт 2019, 13:58
e433b6a
Код
Авторство
О чём код?
#include "platform/country_defines.hpp" #include "base/assert.hpp" std::string DebugPrint(MapFileType type) { switch (type) { case MapFileType::Map: return "Map"; case MapFileType::Diff: return "Diff"; case MapFileType::Count: return "Count"; } UNREACHABLE(); }