You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error on compiling the release branch
./../Source/VirtualAnalogVoice.h:38:5: error: use of class template 'VoicedStereoOscillator' requires template arguments; argument deduction not allowed in non-static class member
gin::VoicedStereoOscillator oscillators[Cfg::numOSCs] =
I'm doing this using clang 10. I've tried compiling with g++ 9, and errors appear about "template placeholder type must be followed by a simple declarator-id" . I'm using the master branch of Gin. Should builders use a different stable branch ?
The text was updated successfully, but these errors were encountered:
I'm getting this error on compiling the release branch
./../Source/VirtualAnalogVoice.h:38:5: error: use of class template 'VoicedStereoOscillator' requires template arguments; argument deduction not allowed in non-static class member
gin::VoicedStereoOscillator oscillators[Cfg::numOSCs] =
I'm doing this using clang 10. I've tried compiling with g++ 9, and errors appear about "template placeholder type must be followed by a simple declarator-id" . I'm using the master branch of Gin. Should builders use a different stable branch ?
The text was updated successfully, but these errors were encountered: