summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.70.0/boost/align/aligned_delete_forward.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.70.0/boost/align/aligned_delete_forward.hpp')
-rw-r--r--src/third_party/boost-1.70.0/boost/align/aligned_delete_forward.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/third_party/boost-1.70.0/boost/align/aligned_delete_forward.hpp b/src/third_party/boost-1.70.0/boost/align/aligned_delete_forward.hpp
new file mode 100644
index 00000000000..d5b766d7f0a
--- /dev/null
+++ b/src/third_party/boost-1.70.0/boost/align/aligned_delete_forward.hpp
@@ -0,0 +1,19 @@
+/*
+Copyright 2014-2015 Glen Joseph Fernandes
+(glenjofe@gmail.com)
+
+Distributed under the Boost Software License, Version 1.0.
+(http://www.boost.org/LICENSE_1_0.txt)
+*/
+#ifndef BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP
+#define BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP
+
+namespace boost {
+namespace alignment {
+
+struct aligned_delete;
+
+} /* alignment */
+} /* boost */
+
+#endif