Re: [Boost-bugs] [Boost C++ Libraries] #116: creating my own properties

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #116: creating my own properties
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-08-19 16:07:08


#116: creating my own properties
-------------------------------+--------------------------------------------
  Reporter: nobody | Owner: dgregor
      Type: Support Requests | Status: new
 Milestone: | Component: graph
   Version: None | Severity: Problem
Resolution: None | Keywords:
-------------------------------+--------------------------------------------
Changes (by marshall):

  * owner: jsiek => dgregor
  * status: assigned => new
  * component: None => graph
  * severity: => Problem

Old 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_at_[hidden]
> ludovic.aubert_at_[hidden]
> }}}

New 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_at_[hidden]
 ludovic.aubert_at_[hidden]
 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/116#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC