VirtualAnalog icon indicating copy to clipboard operation
VirtualAnalog copied to clipboard

Compiling Release Branch error

Open muziker opened this issue 5 years ago • 0 comments

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 ?

muziker avatar Dec 18 '20 05:12 muziker