$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2004-05-20 21:27:50
On Wed, 19 May 2004, Victor A. Wagner Jr. wrote:
> The following errors have been showing up in my nightly builds starting
> 2004 May 14
>
> C:\Projects\boost\boost\graph\adjacency_list.hpp(423) : error C2653:
> 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>::vertex_bundled'
> : is not a class or namespace name
How annoying... it thinks the typedef can't be a class. I've worked around
the problem for VC++ 7.1.
Doug