13
0
livetrax/libs/panners/vbap
Robin Gareus 74c4ca3e52
Reduce reliance on boost - the hard part
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 -> = {}.
2024-10-19 03:47:21 +02:00
..
vbap_speakers.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
vbap_speakers.h Replace boost::noncopyable with C++11 deleted copy constructors 2024-10-19 01:04:15 +02:00
vbap.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
vbap.h
wscript