mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
the rest from `tools/convert_boost.sh`.
* replace boost::function, boost::bind with std::function and std::bind.
This required some manual fixes, notably std::placeholders,
some static_casts<>, and boost::function::clear -> = {}.
|
||
|---|---|---|
| .. | ||
| coreaudio_backend.cc | ||
| coreaudio_backend.h | ||
| coreaudio_pcmio.cc | ||
| coreaudio_pcmio.h | ||
| coreaudio_pcmio_aggregate.cc | ||
| coremidi_io.cc | ||
| coremidi_io.h | ||
| wscript | ||