qxmpp-project / qxmpp

Cross-platform C++ XMPP client and server library
411 stars 197 forks source link

Fix missing exports with MSVC 2019 #560

Closed jbruechert closed 1 year ago

jbruechert commented 1 year ago

Fixes the Kaidan build with MSVC.

Weirdly enough, MSVC got confused on finding the matching overload for <<, so I replaced it with push_back().

PR check list: