Opened 20 years ago

Last modified 15 years ago

#116 closed Support Requests (wontfix)

creating my own properties — at Initial Version

Reported by: nobody Owned by: jsiek
Milestone: Component: graph
Version: None Severity: Problem
Keywords: Cc:

Description

Hi,

I get a "c:\ludovic\code\boost_1_28_0
\boost\graph\detail\adjacency_list.hpp(1830) : fatal error 
C1001: INTERNAL COMPILER ERROR" with the 
following adjacency_list typedef definition. I can't get to 
define my own properties.
Is anything missing in my property definition ?


struct vertex_walk_item_t {   typedef vertex_property_tag 
kind;	};
typedef adjacency_list<vecS, vecS, directedS, 
property<vertex_walk_item_t, walk_item>, 
property<edge_weight_t, int> > dependency_graph_t;


with:

typedef tuple<string,vector<string> >	dir_node;
typedef tuple<string,Tree<dir_node>* > walk_item;


Thank you if you can help
Ludovic
ludo.aubert@caramail.com
ludovic.aubert@sagem.com

Change History (0)

Note: See TracTickets for help on using tickets.