Skip to content

Conversation

@DennisOSRM
Copy link
Contributor

This fixes a compilation error where the assert(.) macro is not known:

#11 180.6 In file included from /src/third_party/libosmium/include/osmium/tags/filter.hpp:36,
#11 180.6                  from /src/include/extractor/restriction_parser.hpp:8,
#11 180.6                  from /src/src/extractor/restriction_parser.cpp:1:
#11 180.6 /src/third_party/libosmium/include/osmium/memory/collection.hpp: In instantiation of 'osmium::memory::CollectionFilterIterator<TFilter, TMember>& osmium::memory::CollectionFilterIterator<TFilter, TMember>::operator++() [with TFilter = osmium::tags::Filter<std::__cxx11::basic_string<char> >; TMember = const osmium::Tag]':
#11 180.6 /src/src/extractor/restriction_parser.cpp:101:34:   required from here
#11 180.6 /src/third_party/libosmium/include/osmium/memory/collection.hpp:148:23: error: 'assert' was not declared in this scope; did you mean 'mpl_::assert'?
...

@joto joto merged commit 7cdffd2 into osmcode:master Mar 22, 2025
35 checks passed
@DennisOSRM DennisOSRM deleted the patch-1 branch March 22, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants