yourWaifu / sleepy-discord

C++ library for the Discord chat client. Please use Rust for new bots
https://yourWaifu.github.io/sleepy-discord/
MIT License
707 stars 95 forks source link

Windows MSVC 15 compile error - can only inherit constructor from direct base #112

Closed TylerTheFox closed 6 years ago

TylerTheFox commented 6 years ago

d:\repo\sleepy-discord\include\sleepy_discord\message.h(50): error C3881: can only inherit constructor from direct base

yourWaifu commented 6 years ago

remove line 50

TylerTheFox commented 6 years ago

Thank you for the quick update that helped a lot. I'll leave this open until the issues been resolved on develop so people don't make duplicate posts.