mirror of
https://github.com/msgpack/msgpack-c.git
synced 2026-01-15 19:19:40 +01:00
Update unpack_decl.hpp
This commit is contained in:
@@ -22,12 +22,8 @@
|
||||
#include <stdexcept>
|
||||
|
||||
#if !defined(MSGPACK_USE_CPP03)
|
||||
#if defined(__APPLE__)
|
||||
#include <libkern/OSAtomic.h>
|
||||
#elif
|
||||
#include <atomic>
|
||||
#endif // __APPLE__
|
||||
#endif // MSGPACK_USE_CPP03
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
// avoiding confliction std::max, std::min, and macro in windows.h
|
||||
|
||||
Reference in New Issue
Block a user