mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +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 -> = {}.
|
||
|---|---|---|
| .. | ||
| faderport.cc | ||
| faderport.h | ||
| faderport_interface.cc | ||
| gui.cc | ||
| gui.h | ||
| operations.cc | ||
| wscript | ||