Opened 20 years ago

Last modified 15 years ago

#116 closed Support Requests (wontfix)

creating my own properties — at Version 1

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

Description (last modified by Marshall Clow)

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 (1)

comment:1 by Marshall Clow, 15 years ago

Component: Nonegraph
Description: modified (diff)
Owner: changed from jsiek to Douglas Gregor
Severity: Problem
Status: assignednew
Note: See TracTickets for help on using tickets.