Boost C++ Libraries: Ticket #3155: Modified BGL iterator macros https://svn.boost.org/trac10/ticket/3155 <p> The current graph iterator macros split iterator comparisons across calls to vertices, edges, et al. I have modified the macros to include only a single call to vertices, edges, et al. The behavior of the code remains the same. All regression tests passed after the change. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3155 Trac 1.4.3 tkeitt@… Tue, 09 Jun 2009 15:49:03 GMT attachment set https://svn.boost.org/trac10/ticket/3155 https://svn.boost.org/trac10/ticket/3155 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bgl.diff</span> </li> </ul> <p> svn diff </p> Ticket tkeitt@… Tue, 09 Jun 2009 15:51:04 GMT <link>https://svn.boost.org/trac10/ticket/3155#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3155#comment:1</guid> <description> <p> Oops. Looks like I messed up the formatting in the comment. I'll fix and resend. </p> </description> <category>Ticket</category> </item> <item> <author>tkeitt@…</author> <pubDate>Tue, 09 Jun 2009 15:56:15 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/3155 https://svn.boost.org/trac10/ticket/3155 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bgl.2.diff</span> </li> </ul> <p> patch for iterator_macros.hpp (fixed some formatting) </p> Ticket Jeremiah Willcock Tue, 09 Jun 2009 18:04:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3155#comment:2 https://svn.boost.org/trac10/ticket/3155#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-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/53778" title="Fixed issues from ticket 3155; fixes #3155, refs #3134">[53778]</a>) Fixed issues from ticket 3155; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3155" title="#3155: Patches: Modified BGL iterator macros (closed: fixed)">#3155</a>, refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3134" title="#3134: Patches: BGL patches to move into 1.40 (closed: fixed)">#3134</a> </p> Ticket