From 89b075f592271bc11d58ebb7f854c453e81e3cf1 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 13 Sep 2018 14:27:57 -0700 Subject: [core] Auto-convert concat arguments to strings --- include/mbgl/style/expression/value.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/mbgl/style/expression/value.hpp b/include/mbgl/style/expression/value.hpp index b1126118a9..2036ab8abe 100644 --- a/include/mbgl/style/expression/value.hpp +++ b/include/mbgl/style/expression/value.hpp @@ -46,6 +46,8 @@ struct Value : ValueBase { constexpr NullValue Null = NullValue(); type::Type typeOf(const Value& value); + +std::string toString(const Value& value); std::string stringify(const Value& value); /* -- cgit v1.2.1