Skip to content

zmqHelper now has a compilation unit instead of being header only.

This means we finally can fix the stupid copy warnings that we get with MSVC. Even though the header wasn't installed, examples and tests used the functions in zmqHelper. Now we can clearly express what functions are usable by any downstream consumer ( with symbol visibility ).

Merge request reports