remove typedef usage
(FIXME: revisit yes/no hacky implementation with c++11 features)
This commit is contained in:
parent
fe215a684e
commit
4556921e9a
1 changed files with 2 additions and 4 deletions
|
@ -107,10 +107,8 @@ struct feature_style_processor<Processor>::symbol_dispatch : public boost::stati
|
||||||
proj_transform const& prj_trans_;
|
proj_transform const& prj_trans_;
|
||||||
};
|
};
|
||||||
|
|
||||||
//using no_tag = char (**)[1];
|
using no_tag = char (&)[1];
|
||||||
//using yes_tag = char (**)[2];
|
using yes_tag = char (&)[2];
|
||||||
typedef char (&no_tag)[1];
|
|
||||||
typedef char (&yes_tag)[2];
|
|
||||||
|
|
||||||
template <typename T0, typename T1, void (T0::*)(T1 const&, mapnik::feature_impl &, proj_transform const&) >
|
template <typename T0, typename T1, void (T0::*)(T1 const&, mapnik::feature_impl &, proj_transform const&) >
|
||||||
struct process_memfun_helper {};
|
struct process_memfun_helper {};
|
||||||
|
|
Loading…
Add table
Reference in a new issue