forked from M-Labs/libfringe
bound fail again -> bound to fail again
This commit is contained in:
parent
74c4444a7f
commit
d07fcea0eb
|
@ -195,7 +195,7 @@ You might ask, "but what about [mioco][]?" The mioco library uses the [context][
|
||||||
implement context switches, which is little more than a wrapper of [boost::context][boostcontext].
|
implement context switches, which is little more than a wrapper of [boost::context][boostcontext].
|
||||||
The boost::context library changes undocumented fields in the [TIB][] during every context switch
|
The boost::context library changes undocumented fields in the [TIB][] during every context switch
|
||||||
to try and work around the restrictions placed by the Windows platform ABI. This has
|
to try and work around the restrictions placed by the Windows platform ABI. This has
|
||||||
[failed before][tibfail] and it is bound fail again, breaking existing code that uses
|
[failed before][tibfail] and it is bound to fail again, breaking existing code that uses
|
||||||
boost::context in unexpected and complicated ways. The authors of libfringe consider this
|
boost::context in unexpected and complicated ways. The authors of libfringe consider this
|
||||||
unacceptable.
|
unacceptable.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue