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 =
