summaryrefslogtreecommitdiff
path: root/boost/accumulators/numeric/detail/function3.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/numeric/detail/function3.hpp')
-rw-r--r--boost/accumulators/numeric/detail/function3.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/boost/accumulators/numeric/detail/function3.hpp b/boost/accumulators/numeric/detail/function3.hpp
new file mode 100644
index 0000000000..175e4d5b3a
--- /dev/null
+++ b/boost/accumulators/numeric/detail/function3.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_FUNCTION3_DWA2006514_HPP
+# define BOOST_DETAIL_FUNCTION3_DWA2006514_HPP
+
+# define args (3)
+# include <boost/accumulators/numeric/detail/function_n.hpp>
+
+#endif // BOOST_DETAIL_FUNCTION3_DWA2006514_HPP