1 parent 5cd5138 commit 2aa23a3Copy full SHA for 2aa23a3
1 file changed
include/boost/python/overloads.hpp
@@ -0,0 +1,12 @@
1
+// Copyright David Abrahams 2002. Permission to copy, use,
2
+// modify, sell and distribute this software is granted provided this
3
+// copyright notice appears in all copies. This software is provided
4
+// "as is" without express or implied warranty, and with no claim as
5
+// to its suitability for any purpose.
6
+#ifndef OVERLOADS_DWA2002101_HPP
7
+# define OVERLOADS_DWA2002101_HPP
8
+
9
+# include <boost/python/detail/overloads_fwd.hpp>
10
+# include <boost/python/detail/defaults_def.hpp>
11
12
+#endif // OVERLOADS_DWA2002101_HPP
0 commit comments