Skip to content

Conversation

@proller
Copy link
Contributor

@proller proller commented Mar 7, 2019

src/topic_partition_list.cpp:91:30: error: use of undeclared identifier 'equal'; did you mean 'std::equal'?
bool match = equal(topic.begin(), topic.end(), partition.get_topic().begin(),
^~~~~
std::equal
../libs/cxxsupp/libcxx/include/algorithm:1215:1: note: 'std::equal' declared here
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred)
^
1 error generated.

src/topic_partition_list.cpp:91:30: error: use of undeclared identifier 'equal'; did you mean 'std::equal'?
                bool match = equal(topic.begin(), topic.end(), partition.get_topic().begin(),
                             ^~~~~
                             std::equal
../libs/cxxsupp/libcxx/include/algorithm:1215:1: note: 'std::equal' declared here
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred)
^
1 error generated.
@mfontanini mfontanini merged commit df4eaa0 into mfontanini:master Mar 7, 2019
@mfontanini
Copy link
Owner

Thanks!

accelerated pushed a commit to accelerated/cppkafka that referenced this pull request Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants