Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cctype.hpp « std - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7cd7eee40598239615ed9f6398252d2aa78fa0e9 (plain)
1
2
3
4
5
#pragma once

#include <cctype>

using std::isdigit;