Opened 9 years ago
Closed 9 years ago
#9793 closed Bugs (fixed)
boost::coroutines::coroutine<T> with T=bool results in redefinition of member function
| Reported by: | anonymous | Owned by: | olli |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | coroutine |
| Version: | Boost 1.55.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Two constructors of
boost::coroutines::detail::holder<Data>
have the same signature if Data=bool:
explicit holder( coroutine_context * ctx_, Data data_)
explicit holder( coroutine_context * ctx_, bool force_unwind_)
Note:
See TracTickets
for help on using tickets.

already fixed in branch develop