We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a7335a + 8d09b70 commit 1df97bcCopy full SHA for 1df97bc
include/msgpack/gcc_atomic.hpp
@@ -11,7 +11,6 @@
11
#ifndef MSGPACK_GCC_ATOMIC_HPP
12
#define MSGPACK_GCC_ATOMIC_HPP
13
14
-#ifdef MSGPACK_ENABLE_GCC_CXX_ATOMIC
15
#if defined(__GNUC__) && ((__GNUC__*10 + __GNUC_MINOR__) < 41)
16
17
#include "msgpack/gcc_atomic.h"
@@ -28,6 +27,5 @@ int _msgpack_sync_incr_and_fetch(volatile _msgpack_atomic_counter_t* ptr)
28
27
}
29
30
#endif // old gcc workaround
31
-#endif // MSGPACK_ENABLE_GCC_CXX_ATOMIC
32
33
#endif /* gcc_atomic.hpp */
0 commit comments