licq-im / licq

An instant messaging client for UNIX
http://www.licq.org/
16 stars 4 forks source link

licq: fix for C++11 compatibility #49

Closed jwakely closed 2 years ago

jwakely commented 8 years ago

In C++11 and later boost::shared_ptr does not convert to bool implicitly, so requires a cast.

jwakely commented 8 years ago

This is the cause of https://bugzilla.redhat.com/show_bug.cgi?id=1307745

erijo commented 8 years ago

Hi, Thanks for your effort. I'm sorry to inform you that Licq development has stopped, so this pull request will most likely not be handled.

jwakely commented 8 years ago

OK thanks. I'll include the patch in Fedora's package, and others can find it here if needed.