$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Smallshire (robert_at_[hidden])
Date: 2001-09-21 06:09:53
Bug report :
uniform_cost_search.hpp from the BGL does not compile with MSVC6.0sp5.
I've looked at the source bug can't see an obvious problem. Here's the
error message. The message is triggered simply by #including the
uniform_cost_search.hpp header.
C:/users/rob/dev/utils/boost/boost_1_22_0\boost/graph/uniform_cost_search.hp
p(173) : error C2146: syntax error : missing
';' before identifier 'm_predecessor'
C:/users/rob/dev/utils/boost/boost_1_22_0\boost/graph/uniform_cost_search.hp
p(178) : see reference to class temp
late instantiation
'boost::detail::ucs_bfs_visitor<UniformCostVisitor,UpdatableQueue,WeightMap,
DistanceMap,BinaryFunctio
n,BinaryPredicate>' being compiled
C:/users/rob/dev/utils/boost/boost_1_22_0\boost/graph/uniform_cost_search.hp
p(173) : error C2501: 'PredecessorMap' : mis
sing storage-class or type specifiers
C:/users/rob/dev/utils/boost/boost_1_22_0\boost/graph/uniform_cost_search.hp
p(178) : see reference to class temp
late instantiation
'boost::detail::ucs_bfs_visitor<UniformCostVisitor,UpdatableQueue,WeightMap,
DistanceMap,BinaryFunctio
n,BinaryPredicate>' being compiled
C:/users/rob/dev/utils/boost/boost_1_22_0\boost/graph/uniform_cost_search.hp
p(173) : error C2501: 'm_predecessor' : miss
ing storage-class or type specifiers
C:/users/rob/dev/utils/boost/boost_1_22_0\boost/graph/uniform_cost_search.hp
p(178) : see reference to class temp
late instantiation
'boost::detail::ucs_bfs_visitor<UniformCostVisitor,UpdatableQueue,WeightMap,
DistanceMap,BinaryFunctio
n,BinaryPredicate>' being compiled