mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54: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 -> = {}.
|
||
|---|---|---|
| .. | ||
| midi++ | ||
| MSVCmidi++ | ||
| test | ||
| channel.cc | ||
| COPYING | ||
| ipmidi_port.cc | ||
| libmidi++.pc.in | ||
| libmidi++.spec.in | ||
| midi.cc | ||
| miditrace.cc | ||
| midnam_patch.cc | ||
| mmc.cc | ||
| mmctest.cc | ||
| mtc.cc | ||
| parser.cc | ||
| port.cc | ||
| run-tests.sh | ||
| wscript | ||