summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-05-31 14:41:10 +0200
committerMolly Lloyd <mollymerp@users.noreply.github.com>2018-08-31 13:08:47 -0700
commitabc5043339d1aa8eb25e449248ae5a95e00835a3 (patch)
treec2dc30d9ae6e9a5ce5c72bb0339a80e19dd5bbd0 /include
parent0dac3bc60c549c46f341984439d6fd007fe2ffe6 (diff)
downloadqtlocation-mapboxgl-abc5043339d1aa8eb25e449248ae5a95e00835a3.tar.gz
[core] simplify attribute/location types
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/util/indexed_tuple.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mbgl/util/indexed_tuple.hpp b/include/mbgl/util/indexed_tuple.hpp
index ea4fe74624..cd8c0fecbb 100644
--- a/include/mbgl/util/indexed_tuple.hpp
+++ b/include/mbgl/util/indexed_tuple.hpp
@@ -50,4 +50,7 @@ public:
}
};
+template <class, class T>
+using ExpandToType = T;
+
} // namespace mbgl