We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2882d48 commit f6a7f66Copy full SHA for f6a7f66
1 file changed
include/osmium/tags/tags_filter.hpp
@@ -159,9 +159,9 @@ namespace osmium {
159
* Tag lists must be ordered in a consistent way.
160
* The filter must return "false" for all tags that should be ignored.
161
*/
162
- [[nodiscard]] inline bool compare_tags(osmium::TagList const &tags1,
163
- osmium::TagList const &tags2,
164
- TagsFilter const &filter)
+ inline bool compare_tags(osmium::TagList const &tags1,
+ osmium::TagList const &tags2,
+ TagsFilter const &filter)
165
{
166
auto const end1 = tags1.cend();
167
auto const end2 = tags2.cend();
0 commit comments