8000 added boost file · msand/arangodb@dfcbfc2 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfcbfc2

Browse files
author
Jan Steemann
committed
added boost file
1 parent c099c74 commit dfcbfc2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#ifndef BOOST_ATOMIC_HPP
2+
#define BOOST_ATOMIC_HPP
3+
4+
// Copyright (c) 2011 Helge Bahmann
5+
//
6+
// Distributed under the Boost Software License, Version 1.0.
7+
// See accompanying file LICENSE_1_0.txt or copy at
8+
// http://www.boost.org/LICENSE_1_0.txt)
9+
10+
// This header includes all Boost.Atomic public headers
11+
12+
#include <boost/atomic/atomic.hpp>
13+
14+
#ifdef BOOST_HAS_PRAGMA_ONCE
15+
#pragma once
16+
#endif
17+
18+
#endif

0 commit comments

Comments
 (0)
0