Skip to main content
3 of 3
deleted 42 characters in body
xlrg
  • 141
  • 2

You copied code from boost.context which is licensed under BOOST license. But because your 'fiber_tasking_lib' is licensed under Apache 2.0 the copied code from Boost is re-licensed under Apache 2.0 - but this is not permitted.

Edit: Why not simply linking against boost.context?

xlrg
  • 141
  • 2