Skip to content

Commit 1df97bc

Browse files
authored
Merge pull request #530 from mbodmer/master
Removed MSGPACK_ENABLE_GCC_CXX_ATOMIC macro
2 parents 2a7335a + 8d09b70 commit 1df97bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/msgpack/gcc_atomic.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#ifndef MSGPACK_GCC_ATOMIC_HPP
1212
#define MSGPACK_GCC_ATOMIC_HPP
1313

14-
#ifdef MSGPACK_ENABLE_GCC_CXX_ATOMIC
1514
#if defined(__GNUC__) && ((__GNUC__*10 + __GNUC_MINOR__) < 41)
1615

1716
#include "msgpack/gcc_atomic.h"
@@ -28,6 +27,5 @@ int _msgpack_sync_incr_and_fetch(volatile _msgpack_atomic_counter_t* ptr)
2827
}
2928

3029
#endif // old gcc workaround
31-
#endif // MSGPACK_ENABLE_GCC_CXX_ATOMIC
3230

3331
#endif /* gcc_atomic.hpp */

0 commit comments

Comments
 (0)