Monkey patch async pipes foor Boost 1.72

This is an simple workaround and it's much more practical than having to
downgrade Boost since that breaks any application that links to it.
This commit is contained in:
Robbert van der Helm
2020-03-14 16:49:38 +01:00
parent 37b0e72d4a
commit 5f584323c2
3 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ void HostBridge::set_parameter(AEffect* /*plugin*/, int index, float value) {
assert(!response.value.has_value());
}
void HostBridge::async_log_pipe_lines(bp::async_pipe& pipe,
void HostBridge::async_log_pipe_lines(patched_async_pipe& pipe,
boost::asio::streambuf& buffer,
std::string prefix) {
boost::asio::async_read_until(