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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2015-05-28 16:22:04 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:51:37 +0300
commitc53d7f1494773d1c5b499e858caa7fab436ac5fa (patch)
tree19e9e3f0192baae136f0a0fbadb18ef20d2ef22f /std
parenta87c98a15974803e9005541c94cc4ce1f39472a5 (diff)
[platform] Implementation for CountryFile and LocalCountryFile abstractions.
Diffstat (limited to 'std')
-rw-r--r--std/cctype.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/std/cctype.hpp b/std/cctype.hpp
new file mode 100644
index 0000000000..7cd7eee405
--- /dev/null
+++ b/std/cctype.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <cctype>
+
+using std::isdigit;