remove redundant mapnik::util::recursive_wrapper

This commit is contained in:
artemp 2016-11-14 12:13:26 +01:00
parent 252a0366e9
commit 2b6f23890b

View file

@ -53,8 +53,8 @@ using json_value_base = mapnik::util::variant<value_null,
value_integer,
value_double,
std::string,
mapnik::util::recursive_wrapper<json_array>,
mapnik::util::recursive_wrapper<json_object> >;
json_array,
json_object>;
struct json_value : json_value_base
{
#if __cpp_inheriting_constructors >= 200802