$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-03-07 02:32:25
Hi J-S,
> Hi, Volodya
>
> Following arethe error messages:
> ------------------------------------------
> \boost-g\boost_1_29_0\boost\property_map.hpp(151) : error C2039:
> 'reference'
>
> : is not a member of 'boost::property_traits'
>
> with
> [
> PA=boost::default_color_type *
> ]
> g:\boost-g\boost_1_29_0\boost\graph\properties.hpp(52) : see
> declaration of 'boost::property_traits'
> with
> [
> PA=boost::default_color_type *
> ]
Could you please try adding
typedef default_color_type& reference;
to the specialization of property_traits for default_color_type, which
is in file boost/graph/properties.hpp (line 56 in CVS version)
If this fixes the error, I'll make the fix in CVS.
> > > Basically, I got two errors:
> > > 1)C1076--I have changed from /Gm to /Zm1000, and it went way.
Did you posted compiler output for this error, or I missed it?
Thanks,
Volodya