Remove all references to Boost

Since we no longer depend on any of it.
This commit is contained in:
Robbert van der Helm
2022-04-15 15:25:03 +02:00
parent 7b3afa4043
commit 88ac466501
7 changed files with 16 additions and 29 deletions
+2 -4
View File
@@ -188,8 +188,7 @@ class Vst2Bridge : public HostBridge {
#pragma GCC diagnostic ignored "-Wignored-attributes"
/**
* The shared library handle of the VST plugin. I sadly could not get
* Boost.DLL to work here, so we'll just load the VST plugisn by hand.
* The shared library handle of the VST2 plugin.
*/
std::unique_ptr<std::remove_pointer_t<HMODULE>, decltype(&FreeLibrary)>
plugin_handle_;
@@ -245,8 +244,7 @@ class Vst2Bridge : public HostBridge {
* practice every host will bundle all events in a single
* `effProcessEvents()` call.
*/
llvm::SmallVector<DynamicVstEvents, 1>
next_audio_buffer_midi_events_;
llvm::SmallVector<DynamicVstEvents, 1> next_audio_buffer_midi_events_;
/**
* Whether `next_audio_buffer_midi_events` should be cleared before
* inserting new events.
-2
View File
@@ -11,7 +11,6 @@ if is_64bit_system
configuration_dep,
asio_dep,
boost_dep,
bitsery_dep,
function2_dep,
ghc_filesystem_dep,
@@ -37,7 +36,6 @@ if with_bitbridge
configuration_dep,
asio_dep,
boost_dep,
ghc_filesystem_dep,
bitsery_dep,
function2_dep,