Boost C++ Libraries: Ticket #98: Better notion of link-compatibility https://svn.boost.org/trac10/ticket/98 <pre class="wiki">At the moment the notion of link (in)compatibility is supported only by 'link-incompatible' features. A main target cannot use targets with different value of 'link-incompatible' feature. This is not sufficient: single-threaded binaries may use multi-threaded objects. Therefore, additional mechanism should be developed and implemented. Tentatively scheduled for Milestone 3. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/98 Trac 1.4.3 Dave Abrahams Fri, 06 Jul 2007 12:27:06 GMT owner, status, description, reporter changed; severity set https://svn.boost.org/trac10/ticket/98#comment:1 https://svn.boost.org/trac10/ticket/98#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">nobody</span> to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>severity</strong> → <span class="trac-field-new">Showstopper</span> </li> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">new</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/98?action=diff&amp;version=1">diff</a>) </li> <li><strong>reporter</strong> changed from <span class="trac-author">Vladimir Prus</span> to <span class="trac-author">vladimir_prus@…</span> </li> </ul> Ticket Vladimir Prus Fri, 06 Jul 2007 17:02:44 GMT status, resolution changed https://svn.boost.org/trac10/ticket/98#comment:2 https://svn.boost.org/trac10/ticket/98#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> So far, no great need for link-compatibility was expressed. </p> Ticket