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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-06-12 21:57:42 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:35 +0300
commit7ec6b27014a07e96888303a7dd83015996f060b1 (patch)
treeeb6e4eb42082bf723ba46626e546602ca2a2bc33 /std
parent39e757250b6a0f6ee529d0736e18b442e0b1a3a4 (diff)
Removed wstring completely, strings::UniString should be used instead
Diffstat (limited to 'std')
-rw-r--r--std/string.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/std/string.hpp b/std/string.hpp
index 0cdd70eda6..cd286ade99 100644
--- a/std/string.hpp
+++ b/std/string.hpp
@@ -12,12 +12,6 @@ using std::basic_string;
using std::string;
using std::getline;
-#if defined(OMIM_OS_BADA) || defined(OMIM_OS_ANDROID)
-typedef std::basic_string<wchar_t> wstring;
-#else
-using std::wstring;
-#endif
-
#ifdef DEBUG_NEW
#define new DEBUG_NEW
#endif