Boost C++ Libraries: Ticket #3845: Code Warrior internal error while compiling reactor_op_queue.hpp https://svn.boost.org/trac10/ticket/3845 <p> Compilation of reactor_op_queue.hpp on Code Warrior by Nokia (winscw) is failed with internal error. Patch contains workaround on that. What it does is simply moving typedef op&lt;Operation&gt; this_type from functions body (do_perform / do_destroy / etc.) to class body. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3845 Trac 1.4.3 Yuriy A. Krasnoschek <aka.rider@…> Fri, 15 Jan 2010 19:03:21 GMT attachment set https://svn.boost.org/trac10/ticket/3845 https://svn.boost.org/trac10/ticket/3845 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">reactor_op_queue.patch</span> </li> </ul> Ticket chris_kohlhoff Thu, 18 Mar 2010 01:03:01 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3845#comment:1 https://svn.boost.org/trac10/ticket/3845#comment:1 <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> A major rework of the implementation has been committed to the release branch in changeset <a class="changeset" href="https://svn.boost.org/trac10/changeset/60680" title="Merge reworked implementation from trunk. ">[60680]</a>. As a result, the this_type typedefs no longer exist. However, I cannot test for your platform so please reopen and supply a new patch if the problem persists. </p> Ticket