Opened 13 years ago

Closed 13 years ago

#3845 closed Patches (fixed)

Code Warrior internal error while compiling reactor_op_queue.hpp

Reported by: Yuriy A. Krasnoschek <aka.rider@…> Owned by: chris_kohlhoff
Milestone: Boost 1.42.0 Component: asio
Version: Boost 1.41.0 Severity: Problem
Keywords: Cc:

Description

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<Operation> this_type from functions body (do_perform / do_destroy / etc.) to class body.

Attachments (1)

reactor_op_queue.patch (1.7 KB ) - added by Yuriy A. Krasnoschek <aka.rider@…> 13 years ago.

Download all attachments as: .zip

Change History (2)

by Yuriy A. Krasnoschek <aka.rider@…>, 13 years ago

Attachment: reactor_op_queue.patch added

comment:1 by chris_kohlhoff, 13 years ago

Resolution: fixed
Status: newclosed

A major rework of the implementation has been committed to the release branch in changeset [60680]. 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.

Note: See TracTickets for help on using tickets.