remove redundant mapnik::util::recursive_wrapper
This commit is contained in:
parent
252a0366e9
commit
2b6f23890b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue