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:
authorgorshenin <y.gorshenin@corp.mail.ru>2015-07-01 16:48:58 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:53:27 +0300
commita7bcdb5ae8b8e75c1a3806b00b19f3b80c72c5b3 (patch)
treee24caedef110b579fcedc15d29c62cc43e3f6d9c /std
parente0470160313b3ed0bc396ffec72b16fded6b8520 (diff)
Revert "[storage, framework, index] Storage redesign. Plain strings are replaced to CountryFile and LocalCountryFile."
Diffstat (limited to 'std')
-rw-r--r--std/algorithm.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index 913e1c0482..426296336b 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -6,7 +6,6 @@
#include <algorithm>
-using std::all_of;
using std::binary_search;
using std::equal;
using std::find;