daniele77 / cli

A library for interactive command line interfaces in modern C++
Boost Software License 1.0
1.24k stars 140 forks source link

Remove the symbol `BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT` #89

Closed daniele77 closed 3 years ago

daniele77 commented 3 years ago

Remove the symbol BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT since it can ripple up in the user code.

small question, is a fundamental fix in the pipeline, instead of this define, since that can ripple up, to user code which does not want this define to switch the boost asio back to the past ?

Originally posted by @killerbot242 in https://github.com/daniele77/cli/issues/79#issuecomment-715582716

killerbot242 commented 3 years ago

I can confirm the issue is fixed