Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [VC++10] Could someone please see if this compiles?
From: KTC (ktc_at_[hidden])
Date: 2010-05-29 09:46:59


On 29/05/2010 04:33, Jeremiah Willcock wrote:
>>
>> It doesn't compile.
>
> Thanks. Trimming down further, what about this one:
>
> <snip>

Nope.

1>------ Build started: Project: Test, Configuration: Debug Win32 ------
1>Build started 29/05/2010 14:45:14.
1>InitializeBuildStatus:
1> Touching "Debug\Test.unsuccessfulbuild".
1>ClCompile:
1> main.cpp
1>c:\documents and settings\ktc\my documents\visual studio
2010\projects\test\test\main.cpp(38): error C2752:
'property_map<Graph,Property>' : more than one partial specialization
matches the template argument list
1> with
1> [
1>
Graph=compressed_sparse_row_graph<vertex_prop,int,int,distributedS,int>,
1> Property=float vertex_prop::*
1> ]
1> c:\documents and settings\ktc\my documents\visual studio
2010\projects\test\test\main.cpp(25): could be
'property_map<compressed_sparse_row_graph<VertexProperty,EdgeProperty,GraphProperty,distributedS,InEdgeIndex>,TBundle::*
>'
1> c:\documents and settings\ktc\my documents\visual studio
2010\projects\test\test\main.cpp(5): or
'property_map<Graph,TBundle::* >'
1>c:\documents and settings\ktc\my documents\visual studio
2010\projects\test\test\main.cpp(38): error C2039: 'type' : is not a
member of 'property_map<Graph,Property>'
1> with
1> [
1>
Graph=compressed_sparse_row_graph<vertex_prop,int,int,distributedS,int>,
1> Property=float vertex_prop::*
1> ]
1>c:\documents and settings\ktc\my documents\visual studio
2010\projects\test\test\main.cpp(38): error C2065: 'type' : undeclared
identifier
1>c:\documents and settings\ktc\my documents\visual studio
2010\projects\test\test\main.cpp(38): error C2065: 'x' : undeclared
identifier
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:03.68
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

KTC


Boost-testing list run by mbergal at meta-comm.com