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 )
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 , 15 years ago
| Component: | None → graph |
|---|---|
| Description: | modified (diff) |
| Owner: | changed from to |
| Severity: | → Problem |
| Status: | assigned → new |
comment:2 by , 15 years ago
| Resolution: | None → wontfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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