summaryrefslogtreecommitdiff
path: root/boost/atomic.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/atomic.hpp')
-rw-r--r--boost/atomic.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/boost/atomic.hpp b/boost/atomic.hpp
new file mode 100644
index 0000000000..cc28b1ab5e
--- /dev/null
+++ b/boost/atomic.hpp
@@ -0,0 +1,18 @@
+#ifndef BOOST_ATOMIC_HPP
+#define BOOST_ATOMIC_HPP
+
+// Copyright (c) 2011 Helge Bahmann
+//
+// Distributed under the Boost Software License, Version 1.0.
+// See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+// This header includes all Boost.Atomic public headers
+
+#include <boost/atomic/atomic.hpp>
+
+#ifdef BOOST_HAS_PRAGMA_ONCE
+#pragma once
+#endif
+
+#endif