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
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-12-09 13:40:48 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:34:35 +0300
commit985641fec7fbb4d9192d085a4efe577f23f48969 (patch)
treef1d5735194ced348be916783c560721ab53679e2 /std/bind.hpp
parentfafbed758ea44016e8bcb6706339d505849ceb1b (diff)
[drape] sdf image generator
Diffstat (limited to 'std/bind.hpp')
-rw-r--r--std/bind.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/std/bind.hpp b/std/bind.hpp
index deda8a0113..8656ed21fd 100644
--- a/std/bind.hpp
+++ b/std/bind.hpp
@@ -17,6 +17,9 @@ using std::placeholders::_2;
using std::placeholders::_3;
using std::placeholders::_4;
using std::placeholders::_5;
+using std::placeholders::_6;
+using std::placeholders::_7;
+using std::placeholders::_8;
#else