minor formatting
This commit is contained in:
parent
b9279feee2
commit
1e8f471448
1 changed files with 1 additions and 2 deletions
|
@ -46,12 +46,11 @@ class feature_impl;
|
||||||
|
|
||||||
class MAPNIK_DECL feature_kv_iterator :
|
class MAPNIK_DECL feature_kv_iterator :
|
||||||
public boost::iterator_facade<feature_kv_iterator,
|
public boost::iterator_facade<feature_kv_iterator,
|
||||||
std::tuple<std::string , value> const,
|
std::tuple<std::string, value> const,
|
||||||
boost::forward_traversal_tag>
|
boost::forward_traversal_tag>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
using value_type = std::tuple<std::string,value>;
|
using value_type = std::tuple<std::string,value>;
|
||||||
|
|
||||||
feature_kv_iterator (feature_impl const& f, bool begin = false);
|
feature_kv_iterator (feature_impl const& f, bool begin = false);
|
||||||
private:
|
private:
|
||||||
friend class boost::iterator_core_access;
|
friend class boost::iterator_core_access;
|
||||||
|
|
Loading…
Reference in a new issue