diff --git a/include/mapnik/json/generic_json.hpp b/include/mapnik/json/generic_json.hpp index 933470b08..c4fa67c28 100644 --- a/include/mapnik/json/generic_json.hpp +++ b/include/mapnik/json/generic_json.hpp @@ -57,7 +57,7 @@ struct unicode_string : qi::grammar struct push_utf8 { - typedef void result_type; + using result_type = void; void operator()(std::string& utf8, uchar code_point) const { @@ -70,7 +70,7 @@ struct push_utf8 struct push_esc { - typedef void result_type; + using result_type = void; void operator()(std::string& utf8, uchar c) const {