diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-09-13 14:27:57 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-09-19 14:54:38 -0700 |
commit | 89b075f592271bc11d58ebb7f854c453e81e3cf1 (patch) | |
tree | 52a10397008d073a60e6c0524ee42f971b3a954c /include | |
parent | a991eec597541c32682946b541e22ccad0f98dd1 (diff) | |
download | qtlocation-mapboxgl-89b075f592271bc11d58ebb7f854c453e81e3cf1.tar.gz |
[core] Auto-convert concat arguments to strings
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/style/expression/value.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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); /* |