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 a2bb297 commit 03b3d59Copy full SHA for 03b3d59
tests/test_sequences_and_iterators.cpp
@@ -13,6 +13,8 @@
13
#include <pybind11/operators.h>
14
#include <pybind11/stl.h>
15
16
+#include <algorithm>
17
+
18
template<typename T>
19
class NonZeroIterator {
20
const T* ptr_;
0 commit comments