summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.69.0/boost/aligned_storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.69.0/boost/aligned_storage.hpp')
-rw-r--r--src/third_party/boost-1.69.0/boost/aligned_storage.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/third_party/boost-1.69.0/boost/aligned_storage.hpp b/src/third_party/boost-1.69.0/boost/aligned_storage.hpp
new file mode 100644
index 00000000000..f400fa9e753
--- /dev/null
+++ b/src/third_party/boost-1.69.0/boost/aligned_storage.hpp
@@ -0,0 +1,18 @@
+//-----------------------------------------------------------------------------
+// boost aligned_storage.hpp header file
+// See http://www.boost.org for updates, documentation, and revision history.
+//-----------------------------------------------------------------------------
+//
+// Copyright (c) 2002-2003
+// Eric Friedman, Itay Maman
+//
+// 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)
+
+#ifndef BOOST_ALIGNED_STORAGE_HPP
+#define BOOST_ALIGNED_STORAGE_HPP
+
+#include <boost/type_traits/aligned_storage.hpp>
+
+#endif // BOOST_ALIGNED_STORAGE_HPP