$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeremy Siek (jsiek_at_[hidden])
Date: 2001-08-28 15:40:57
Ok, I've checked in this change.
BTW, since Sun 6.x supports partial specialization, we might think about
providing our own std::iterator_traits implementation as a temporary
workaround on this compiler. Sun's headers have an implementation of
iterator_traits, but they have it ifdef'd out :(
On Tue, 28 Aug 2001, Gennadiy E. Rozental wrote:
rogeef> Hi,
rogeef>
rogeef> on Sun workshop property_map_cc does not compile without following fix
rogeef>
rogeef> RCS file: /cvsroot/boost/boost/libs/property_map/property_map_cc.cpp,v
rogeef> retrieving revision 1.3
rogeef> diff -r1.3 property_map_cc.cpp
rogeef> 64c64,68
rogeef> <     typedef iterator_property_map<Iterator, IndexMap> PMap;
rogeef> ---
rogeef> >     typedef iterator_property_map<Iterator, IndexMap
rogeef> > #ifdef BOOST_NO_STD_ITERATOR_TRAITS
rogeef> > 	, Value, const Value&
rogeef> > #endif
rogeef> > 	> PMap;
rogeef> 72c76,80
rogeef> <     typedef iterator_property_map<Iterator, IndexMap> PMap;
rogeef> ---
rogeef> >     typedef iterator_property_map<Iterator, IndexMap
rogeef> > #ifdef BOOST_NO_STD_ITERATOR_TRAITS
rogeef> > 	, Value, Value&
rogeef> > #endif
rogeef> > 	> PMap;
rogeef>
rogeef> I propose this change to be accepted.
rogeef>
rogeef> Gennadiy
rogeef>
rogeef>
rogeef>
rogeef> Info: http://www.boost.org  Unsubscribe: <mailto:boost-unsubscribe_at_[hidden]>
rogeef>
rogeef> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
rogeef>
rogeef>
rogeef>
----------------------------------------------------------------------
 Jeremy Siek                          http://php.indiana.edu/~jsiek/
 Ph.D. Student, Indiana Univ. B'ton   email: jsiek_at_[hidden]
 C++ Booster (http://www.boost.org)   office phone: (812) 855-9761
----------------------------------------------------------------------