Boost C++ Libraries: Ticket #116: creating my own properties https://svn.boost.org/trac10/ticket/116 <pre class="wiki">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&lt;vecS, vecS, directedS, property&lt;vertex_walk_item_t, walk_item&gt;, property&lt;edge_weight_t, int&gt; &gt; dependency_graph_t; with: typedef tuple&lt;string,vector&lt;string&gt; &gt; dir_node; typedef tuple&lt;string,Tree&lt;dir_node&gt;* &gt; walk_item; Thank you if you can help Ludovic ludo.aubert@caramail.com ludovic.aubert@sagem.com </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/116 Trac 1.4.3 Marshall Clow Sun, 19 Aug 2007 16:07:05 GMT owner, status, component, description changed; severity set https://svn.boost.org/trac10/ticket/116#comment:1 https://svn.boost.org/trac10/ticket/116#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">jsiek</span> to <span class="trac-author">Douglas Gregor</span> </li> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">new</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">graph</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/116?action=diff&amp;version=1">diff</a>) </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> Ticket Douglas Gregor Wed, 29 Aug 2007 16:21:11 GMT status, resolution changed https://svn.boost.org/trac10/ticket/116#comment:2 https://svn.boost.org/trac10/ticket/116#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> We're no longer supporting Microsoft Visual C++ versions prior to 7.1, because they cannot reliably compile the BGL. </p> Ticket