[graph] msvc failure on trunk

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. Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! * voice: ++49 4257 300 ! Fährstraße 1 * fax : ++49 4257 300 ! 31609 Balge/Sebbenhausen * jhunold@gmx.eu ! Germany

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

Hi Jeremiah, On Tuesday, 18. September 2012 14:20:49 Jeremiah Willcock wrote:
On Tue, 18 Sep 2012, Jürgen Hunold wrote:
Could you please try with the current trunk version? I made some type evaluations lazier to try to fix this issue.
Yes, this version works. The test matrix slowly turns green again :-) Thanks a lot. Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! * voice: ++49 4257 300 ! Fährstraße 1 * fax : ++49 4257 300 ! 31609 Balge/Sebbenhausen * jhunold@gmx.eu ! Germany
participants (2)
-
Jeremiah Willcock
-
Jürgen Hunold