zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.97k stars 757 forks source link

Problem: send_multipart fails on old gcc versions #390

Closed gummif closed 4 years ago

gummif commented 4 years ago

Solution: remove template type checks if there is only partial C++11 support

gummif commented 4 years ago

Should fix https://github.com/zeromq/cppzmq/issues/365

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 346


Totals Coverage Status
Change from base Build 335: 0.0%
Covered Lines: 691
Relevant Lines: 799

💛 - Coveralls
sigiesec commented 4 years ago

Ok, thanks! As long as there are no other overloads that might cause ambiguity, this is probably ok.