Boost C++ Libraries: Ticket #911: [bind] inline placeholder macro https://svn.boost.org/trac10/ticket/911 <pre class="wiki">This patch introduces and documents a macro to enable placeholders implemented as inline functions instead of static objects for compilers other than borland and g++ &lt;= 4.0. Also, it gives g++ &gt; 4.0 static object placeholders by default. This is important for the TR1 CopyConstructible requirement and for practical reasons when implementing operator overloads for placeholders. Finally, the patch also introduces a macro containing gcc's complete version number for convenient use with BOOST_WORKAROUND. See mailing list thread archived at http://tinyurl.com/yqvp8y. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/911 Trac 1.4.3 Dave Abrahams Fri, 06 Jul 2007 12:36:24 GMT description, reporter changed; cc, severity set https://svn.boost.org/trac10/ticket/911#comment:1 https://svn.boost.org/trac10/ticket/911#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">pdimov@…</span> added </li> <li><strong>severity</strong> → <span class="trac-field-new">Showstopper</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/911?action=diff&amp;version=1">diff</a>) </li> <li><strong>reporter</strong> changed from <span class="trac-author">daniel_walker</span> to <span class="trac-author">daniel_walker@…</span> </li> </ul> <p> CXan't reassign to Peter until he sets up his email as described in <a class="wiki" href="https://svn.boost.org/trac10/wiki/TicketWorkflow">TicketWorkflow</a>. </p> Ticket Peter Dimov Fri, 06 Jul 2007 19:32:18 GMT owner, status, severity changed; cc deleted https://svn.boost.org/trac10/ticket/911#comment:2 https://svn.boost.org/trac10/ticket/911#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">pdimov@…</span> removed </li> <li><strong>owner</strong> changed from <span class="trac-author">nobody</span> to <span class="trac-author">Peter Dimov</span> </li> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">new</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Optimization</span> </li> </ul> Ticket Peter Dimov Fri, 06 Jul 2007 19:32:35 GMT status changed https://svn.boost.org/trac10/ticket/911#comment:3 https://svn.boost.org/trac10/ticket/911#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Peter Dimov Fri, 06 Jul 2007 20:09:32 GMT component changed https://svn.boost.org/trac10/ticket/911#comment:4 https://svn.boost.org/trac10/ticket/911#comment:4 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">bind</span> </li> </ul> Ticket Peter Dimov Sat, 07 Jul 2007 17:27:40 GMT milestone set https://svn.boost.org/trac10/ticket/911#comment:5 https://svn.boost.org/trac10/ticket/911#comment:5 <ul> <li><strong>milestone</strong> → <span class="trac-field-new">Boost 1.35.0</span> </li> </ul> <p> Applied a minimalistic version to CVS HEAD. Will close after a few test cycles. </p> Ticket Peter Dimov Sun, 29 Jul 2007 20:18:56 GMT status, resolution changed https://svn.boost.org/trac10/ticket/911#comment:6 https://svn.boost.org/trac10/ticket/911#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</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">fixed</span> </li> </ul> Ticket