yourWaifu / sleepy-discord

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

Fixed small warnings on C++20 #229

Closed EndlessArch closed 2 years ago

EndlessArch commented 3 years ago

Compiling with C++20 creates small warnings and which is about ambigous function calls, can be fixed with 'static_cast'ing to const type of iterator.