summaryrefslogtreecommitdiff
path: root/boost/python/overloads.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/overloads.hpp')
-rw-r--r--boost/python/overloads.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/boost/python/overloads.hpp b/boost/python/overloads.hpp
new file mode 100644
index 0000000000..e60dc1798e
--- /dev/null
+++ b/boost/python/overloads.hpp
@@ -0,0 +1,13 @@
+// Copyright David Abrahams 2002.
+// 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 OVERLOADS_DWA2002101_HPP
+# define OVERLOADS_DWA2002101_HPP
+
+# include <boost/python/detail/prefix.hpp>
+
+# include <boost/python/detail/overloads_fwd.hpp>
+# include <boost/python/detail/defaults_def.hpp>
+
+#endif // OVERLOADS_DWA2002101_HPP