Problem: Private/internal macros defined in public header.

Solution: Move the macros to a private header.
This commit is contained in:
Joe Eli McIlvain
2015-08-21 16:12:22 -07:00
parent 735c02ed5e
commit 33419425eb
31 changed files with 41 additions and 13 deletions

View File

@@ -32,6 +32,7 @@
#include <new>
#include <algorithm>
#include "macros.hpp"
#include "platform.hpp"
#if defined ZMQ_HAVE_WINDOWS
#include "windows.hpp"