VST SDK v3.6.7 and compiler error when building JUCE plugin

In order to get my plugin to build with vstsdk 3.6.7 and the “-stdlib=libstdc++” flag for clang, I had to replace

Update::DeferedChangeListIterConst it =

in VST3_SDK/base/source/updatehandler.cpp line 110 with:

Update::DeferedChangeList::iterator it =

2 Likes