Opened 20 years ago

Closed 15 years ago

#116 closed Support Requests (wontfix)

creating my own properties

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

comment:1 by Marshall Clow, 15 years ago

Component: Nonegraph
Description: modified (diff)
Owner: changed from jsiek to Douglas Gregor
Severity: Problem
Status: assignednew

comment:2 by Douglas Gregor, 15 years ago

Resolution: Nonewontfix
Status: newclosed

We're no longer supporting Microsoft Visual C++ versions prior to 7.1, because they cannot reliably compile the BGL.

Note: See TracTickets for help on using tickets.