mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-02-07 15:45:45 +01:00
Compare commits
2 Commits
boost-1.34
...
boost-1.34
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2688e5238 | ||
|
|
94db735438 |
@@ -17,7 +17,11 @@
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#include <bits/atomicity.h>
|
||||
#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2))
|
||||
# include <ext/atomicity.h>
|
||||
#else
|
||||
# include <bits/atomicity.h>
|
||||
#endif
|
||||
|
||||
namespace boost
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user