diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-05-31 14:41:10 +0200 |
---|---|---|
committer | Molly Lloyd <mollymerp@users.noreply.github.com> | 2018-08-31 13:08:47 -0700 |
commit | abc5043339d1aa8eb25e449248ae5a95e00835a3 (patch) | |
tree | c2dc30d9ae6e9a5ce5c72bb0339a80e19dd5bbd0 /include | |
parent | 0dac3bc60c549c46f341984439d6fd007fe2ffe6 (diff) | |
download | qtlocation-mapboxgl-abc5043339d1aa8eb25e449248ae5a95e00835a3.tar.gz |
[core] simplify attribute/location types
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/util/indexed_tuple.hpp | 3 |
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 |