#include "precompiled.hpp"
#include "compat.hpp"
#include "macros.hpp"
#include "msg.hpp"
#include <string.h>
#include <stdlib.h>
#include <new>
#include "stdint.hpp"
#include "likely.hpp"
#include "metadata.hpp"
#include "err.hpp"
Go to the source code of this file.
Typedefs | |
typedef char | zmq_msg_size_check[2 *((sizeof(zmq::msg_t)==sizeof(zmq_msg_t)) !=0) - 1] |
typedef char zmq_msg_size_check[2 *((sizeof(zmq::msg_t)==sizeof(zmq_msg_t)) !=0) - 1] |