Open romaniy173 opened 4 years ago
I have noticed similar issues in the past building on newer compilers. I'll knock this out in my next round of fixes soon. Thanks for reporting.
Well, thank you for doing this! Looking forward for this fix, let me know if you want me to make a PR for fixing this and in any way which is appropriate. Thanks
Hey,
I have an issue while building on OSX with clang 11.0.0. The exact error :
The issue here is that class exception doesn't have default constructor, so there is impossible to build with this class. Also this class is not actually using anywhere, is there possible either comment it out(working just fine without it) or add constructor argument so it could build?
Thanks!