From 67ee51360c1bf72d54544cecb8d8fd638ad4df14 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 27 Apr 2016 15:57:48 -0700 Subject: [core] Add Filter accessors --- include/mbgl/util/variant.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/mbgl/util/variant.hpp (limited to 'include/mbgl/util/variant.hpp') diff --git a/include/mbgl/util/variant.hpp b/include/mbgl/util/variant.hpp new file mode 100644 index 0000000000..68a1208a17 --- /dev/null +++ b/include/mbgl/util/variant.hpp @@ -0,0 +1,10 @@ +#pragma once + +#include + +namespace mbgl { + +template +using variant = mapbox::util::variant; + +} // namespace mbgl -- cgit v1.2.1