Skip to content

Commit 654354e

Browse files
committed
GCC 2.96 bug workaround
[SVN r15864]
1 parent f1a709e commit 654354e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/iterator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ struct two_lists
7979

8080
BOOST_PYTHON_MODULE(iterator_ext)
8181
{
82+
using boost::python::iterator; // gcc 2.96 bug workaround
8283
def("range", &::range);
8384

8485
class_<list_int>("list_int")

0 commit comments

Comments
 (0)