
On Tue, 18 Sep 2012, Jürgen Hunold wrote:
Hi all,
currently all graph test with msvc on trunk fail with:
C:\Users\BoostTest\Trunk\boost\boost/pending/property.hpp(101) : error C2182: 'lookup' : illegal use of type 'void' C:\Users\BoostTest\Trunk\boost\boost/pending/property.hpp(101) : see reference to class template instantiation 'boost::lookup_one_property_internal<boost::property<Tag,T,Base>,boost::vertex_bundle_t>' being compiled See http://www.boost.org/development/tests/trunk/developer/output/DrWeb_x86-boos... bin-v2-libs-graph-test-basic_planarity_test-test-msvc-9-0-debug-address- model-32-threading-multi.html
for details. It seems this affects mscv-9.0 and 10.0.
Could you please try with the current trunk version? I made some type evaluations lazier to try to fix this issue. -- Jeremiah Willcock