Boost C++ Libraries: Ticket #874: Ability to partially specialize implementation_level https://svn.boost.org/trac10/ticket/874 <pre class="wiki">Please add the ability to partially specialize implementation_level using enable_if. The use I would appreciate is: template&lt;typename T, typename Enable=void&gt; struct implementation_level; template&lt;typename T&gt; strut implementation_level&lt;T,enable_if&lt;my_condition&lt;T&gt; &gt;::type &gt; { make_never_serialized_somehow; }; If the above is not possible, please add an example to the documentation expressing how to achieve the above for a class of possibly unrelated types. Thanks </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/874 Trac 1.4.3 sohail_ Fri, 30 Mar 2007 01:12:23 GMT <link>https://svn.boost.org/trac10/ticket/874#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/874#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=1682817 Originator: YES This is of course meant for the serialization library </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Dave Abrahams</dc:creator> <pubDate>Fri, 06 Jul 2007 12:43:19 GMT</pubDate> <title>component, description, reporter changed; cc, severity set https://svn.boost.org/trac10/ticket/874#comment:2 https://svn.boost.org/trac10/ticket/874#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">ramey@…</span> added </li> <li><strong>severity</strong> → <span class="trac-field-new">Showstopper</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">serialization</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/874?action=diff&amp;version=2">diff</a>) </li> <li><strong>reporter</strong> changed from <span class="trac-author">sohail_</span> to <span class="trac-author">sohail_@…</span> </li> </ul> <p> Can't reassign this to Robert Ramey until he sets up his email as described in <a class="wiki" href="https://svn.boost.org/trac10/wiki/TicketWorkflow">TicketWorkflow</a>. </p> Ticket Eric Niebler Wed, 11 Jul 2007 02:01:03 GMT owner, status changed https://svn.boost.org/trac10/ticket/874#comment:3 https://svn.boost.org/trac10/ticket/874#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">nobody</span> to <span class="trac-author">Robert Ramey</span> </li> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">new</span> </li> </ul> Ticket Robert Ramey Fri, 30 Nov 2007 02:05:01 GMT status, severity changed https://svn.boost.org/trac10/ticket/874#comment:4 https://svn.boost.org/trac10/ticket/874#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Optimization</span> </li> </ul> <p> I would need a lot more information. </p> <p> better explanation use case proposed fix to code impact on less/non conformant platforms. </p> Ticket Robert Ramey Fri, 30 Nov 2007 06:36:26 GMT status, resolution changed https://svn.boost.org/trac10/ticket/874#comment:5 https://svn.boost.org/trac10/ticket/874#comment:5 <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">wontfix</span> </li> </ul> Ticket