2017-04-08 21:51 GMT+02:00 Daniel James via Boost
On 8 April 2017 at 20:26, Oliver Kowalke via Boost
wrote: 2017-04-08 21:16 GMT+02:00 Daniel James via Boost
On 8 April 2017 at 19:47, Oliver Kowalke via Boost
wrote: one part of the commit does code clean-up:
if (defined(BOOST_EXECUTION_CONTEXT) && (BOOST_EXECUTION_CONTEXT ==
1))
to
if (BOOST_EXECUTION_CONTEXT == 1)
This isn't really the time for cleaning up code.
but it's part of a commit that is necessary that users can select the API
Maybe it shouldn't have been? But as I said, I don't think I can comment on the rest of the commit. I really don't know enough about boost build.
I could re-write the commit and remove the modified line in execution_context.hpp The commit will then contain documetation that explains how to enable/disable the APIs with the special boost.build property + modified Jamfiles from the examples. Could I get then the OK to merge?