We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a709e commit 654354eCopy full SHA for 654354e
1 file changed
test/iterator.cpp
@@ -79,6 +79,7 @@ struct two_lists
79
80
BOOST_PYTHON_MODULE(iterator_ext)
81
{
82
+ using boost::python::iterator; // gcc 2.96 bug workaround
83
def("range", &::range);
84
85
class_<list_int>("list_int")
0 commit comments