<p><b>@lonvia</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/1001#discussion_r350593026">src/osmtypes.hpp</a>:</p>
<pre style='color:#555'>>      }
 
-    int indexof(const std::string &key) const
+    /// Is there a tag with this key in the list?
+    bool contains(const std::string &key) const
</pre>
<p>style: const</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/1001#discussion_r350595581">src/osmtypes.hpp</a>:</p>
<pre style='color:#555'>>  
 private:
-    const tag_t *_find(const std::string &key) const
+    iterator find_by_key(const std::string &key)
</pre>
<p>style: const</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/1001#discussion_r350595691">src/osmtypes.hpp</a>:</p>
<pre style='color:#555'>>  
-        return 0;
+    const_iterator find_by_key(const std::string &key) const
</pre>
<p>style: const</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/osm2pgsql/pull/1001?email_source=notifications&email_token=AA6353Q7GWOG3VC26RAF2UTQVTM4FA5CNFSM4JRM7TGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM6XEDA#pullrequestreview-322793996">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AA6353RU7H7TV7PWCVO2PK3QVTM4FANCNFSM4JRM7TGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AA6353U7Z223PU37INLDYCDQVTM4FA5CNFSM4JRM7TGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM6XEDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/osm2pgsql/pull/1001?email_source=notifications\u0026email_token=AA6353Q7GWOG3VC26RAF2UTQVTM4FA5CNFSM4JRM7TGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM6XEDA#pullrequestreview-322793996",
"url": "https://github.com/openstreetmap/osm2pgsql/pull/1001?email_source=notifications\u0026email_token=AA6353Q7GWOG3VC26RAF2UTQVTM4FA5CNFSM4JRM7TGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM6XEDA#pullrequestreview-322793996",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>