Opened 13 years ago
Closed 13 years ago
#3845 closed Patches (fixed)
Code Warrior internal error while compiling reactor_op_queue.hpp
| Reported by: | 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)
Change History (2)
by , 13 years ago
| Attachment: | reactor_op_queue.patch added | 
|---|
comment:1 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

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.