summaryrefslogtreecommitdiff
path: root/boost/accumulators/numeric/detail/function4.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/numeric/detail/function4.hpp')
-rw-r--r--boost/accumulators/numeric/detail/function4.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/boost/accumulators/numeric/detail/function4.hpp b/boost/accumulators/numeric/detail/function4.hpp
new file mode 100644
index 0000000000..a0d710837e
--- /dev/null
+++ b/boost/accumulators/numeric/detail/function4.hpp
@@ -0,0 +1,10 @@
+// Copyright David Abrahams 2006. 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_DETAIL_FUNCTION4_DWA2006514_HPP
+# define BOOST_DETAIL_FUNCTION4_DWA2006514_HPP
+
+# define args (4)
+# include <boost/accumulators/numeric/detail/function_n.hpp>
+
+#endif // BOOST_DETAIL_FUNCTION4_DWA2006514_HPP