diff --git a/include/mapnik/feature_style_processor_impl.hpp b/include/mapnik/feature_style_processor_impl.hpp index 235fa2d90..b67f3de97 100644 --- a/include/mapnik/feature_style_processor_impl.hpp +++ b/include/mapnik/feature_style_processor_impl.hpp @@ -107,10 +107,8 @@ struct feature_style_processor::symbol_dispatch : public boost::stati proj_transform const& prj_trans_; }; -//using no_tag = char (**)[1]; -//using yes_tag = char (**)[2]; -typedef char (&no_tag)[1]; -typedef char (&yes_tag)[2]; +using no_tag = char (&)[1]; +using yes_tag = char (&)[2]; template struct process_memfun_helper {};