Opened 12 years ago
Closed 12 years ago
#4865 closed Patches (invalid)
coroutine: fixes 64bit linux (stack swap assembly, gcc errors, strerror include)
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | To Be Determined | Component: | None | 
| Version: | Boost Development Trunk | Severity: | Problem | 
| Keywords: | coroutine linux 64bit | Cc: | cJ-boost@… | 
Description
Despite being incomplete, some of us find the boost::coroutine library of great use (it looks by far the cleanest implementation of Python-style generators, and is a lot faster than Python when assembly code is used).
A checkout of the latest code reveals some bugs that can be fixed with the attached patch.
Attachments (1)
Change History (2)
by , 12 years ago
| Attachment: | boost_coroutine_linux64.diff added | 
|---|
comment:1 by , 12 years ago
| Resolution: | → invalid | 
|---|---|
| Status: | new → closed | 
Hi,
as coroutine is not part of Boost the ticket can not be accepted. Please be free to apply the patch yourself and release a compressed file in the Vault.
  Note:
 See   TracTickets
 for help on using tickets.
    
collection of fixes