mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user