Use the new simple supports flags for the factory

This is both more type safe and as it turns out much more manageable.
This commit is contained in:
Robbert van der Helm
2020-12-17 13:20:16 +01:00
parent 655195a415
commit 481975860c
3 changed files with 16 additions and 27 deletions
-2
View File
@@ -77,8 +77,6 @@ class Vst3MessageHandler : public AdHocSocketHandler<Thread> {
* -> host callbacks isntead. Optional since it only has to be set on the
* plugin's side.
*
* TODO: Is it feasible to move `logging` to the constructor instead?
*
* @relates Vst3MessageHandler::receive_messages
*/
template <typename T>