From: Jonathan B. <jdb...@un...> - 2003-02-14 18:44:17
|
The option to inherit Py::SeqBase::iterator from std::random_access_iterator<> has been removed, now it inherits from std::iterator<>. STANDARD_LIBRARY_ITERATOR_TRAITS is no longer needed, and has been removed. This should comply with the standard, and has been tested with g++ 3.2.1 You can read the comments in CVS here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/visualpython/ in cvisual/CXX/Include/ and /cvisual/CHANGELOG. I will update the documentation comment, too. -Jonathan ----- Original Message ----- From: "Andy Dougherty" <...> To: "Jonathan Brandmeyer" <...> Sent: Friday, February 14, 2003 8:44 AM Subject: Re: [Visualpython-users] Re: compiling vpython with gcc 3.2 (linux) > On Fri, 14 Feb 2003, Jonathan Brandmeyer wrote: > > > It's fixed in CVS as of last night. > > Do you mean the CXX_Config.h comment is updated, or you've changed the > default value of the STANDARD_LIBRARY_HAS_ITERATOR_TRAITS #define? > > -- > Andy Dougherty dou...@la... > Dept. of Physics > Lafayette College, Easton PA 18042 > > > |