Problem in 1.32 in 'boost::python::range' (works in 1.31)
The attached code with error message is a simplified version of code that compiles in MSVC 7.1, boost_1_31, but fails to compile in 1_32. This post is based on one I sent nearly a month ago. My apologies for re-sending it, but when I saw that maybe David Abrahams had missed some, I'd thought I'd try again. Please excuse me David if you have in fact already read it. Regards, Mike
"Mike" <mike@thewilsonfamily.freeserve.co.uk> writes:
The attached code with error message is a simplified version of code that compiles in MSVC 7.1, boost_1_31, but fails to compile in 1_32.
This post is based on one I sent nearly a month ago. My apologies for re-sending it, but when I saw that maybe David Abrahams had missed some, I'd thought I'd try again. Please excuse me David if you have in fact already read it.
Try the following patch to boost/iterator/iterator_facade.hpp, which I've checked into CVS -- Dave Abrahams Boost Consulting www.boost-consulting.com
"Mike" <mike@thewilsonfamily.freeserve.co.uk> writes:
The attached code with error message is a simplified version of code
Both the simple example and the code it was based on now work, thank you. Mike ----- Original Message ----- From: "David Abrahams" <dave@boost-consulting.com> To: <c++-sig@python.org> Sent: Saturday, March 12, 2005 11:09 PM Subject: [C++-sig] Re: Problem in 1.32 in 'boost::python::range' (works in1.31) that
compiles in MSVC 7.1, boost_1_31, but fails to compile in 1_32.
This post is based on one I sent nearly a month ago. My apologies for re-sending it, but when I saw that maybe David Abrahams had missed some, I'd thought I'd try again. Please excuse me David if you have in fact already read it.
Try the following patch to boost/iterator/iterator_facade.hpp, which I've checked into CVS
participants (2)
-
David Abrahams -
Mike