gempir

Untitled

Aug 13th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. ../src/providers/twitch/TwitchChannel.cpp:412:29: error: no member named
  2. 'weak_from_this' in 'chatterino::TwitchChannel'
  3. [this, weak = this->weak_from_this()](auto result) -> Outcome {
  4. ~~~~ ^
  5. ../src/providers/twitch/TwitchChannel.cpp:413:33: error: use of undeclared
  6. identifier 'weak'
  7. ChannelPtr shared = weak.lock();
  8. ^
  9. ../src/providers/twitch/TwitchChannel.cpp:553:29: error: no member named
  10. 'weak_from_this' in 'chatterino::TwitchChannel'
  11. [this, weak = this->weak_from_this()](auto result) -> Outcome {
  12. ~~~~ ^
  13. ../src/providers/twitch/TwitchChannel.cpp:555:27: error: use of undeclared
  14. identifier 'weak'
  15. auto shared = weak.lock();
  16. ^
  17. 1 warning and 4 errors generated.
  18. make: *** [TwitchChannel.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment