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:
authorExMix <rahuba.youri@mapswithme.com>2015-07-05 16:12:53 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:09:29 +0300
commitfba6407706ef63c4427614c2dc12dd7d37f9661e (patch)
treeaba8bc95c8b892e1ae181d3200c606daa3163c24 /std
parent7d2fd004de5c0c33df6f0d8655572f19a531f0cc (diff)
[drape] rebase fixes
Diffstat (limited to 'std')
-rw-r--r--std/tuple.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/tuple.hpp b/std/tuple.hpp
index 1ab641ca7d..9e05d40bc4 100644
--- a/std/tuple.hpp
+++ b/std/tuple.hpp
@@ -8,7 +8,7 @@
using std::tuple;
using std::make_tuple;
-//using std::get; // "get" is very common name, use "get" member function
+using std::get;
#ifdef DEBUG_NEW
#define new DEBUG_NEW