mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-06-12 00:52:19 +02:00

MSVC complains about conversion of size_t to int. The size_t typedef is defined as an unsigned __int64 on Win64, which triggers the warning. Two such instances were fixed with static_cast<int>(size_t)
This is C++ binding for 0MQ The contribution policy is at: http://rfc.zeromq.org/spec:22
Description
Languages
C++
96.2%
CMake
3.5%
Shell
0.3%