From 2aa23a317dd2ba5869042f16ae0e00008e9878f5 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 1 Oct 2002 15:08:08 +0000 Subject: [PATCH] separate overloads.hpp BOOST_PYTHON_MODULE_INIT -> BOOST_PYTHON_MODULE [SVN r15615] --- include/boost/python/overloads.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/boost/python/overloads.hpp diff --git a/include/boost/python/overloads.hpp b/include/boost/python/overloads.hpp new file mode 100644 index 00000000..50fc2497 --- /dev/null +++ b/include/boost/python/overloads.hpp @@ -0,0 +1,12 @@ +// Copyright David Abrahams 2002. Permission to copy, use, +// modify, sell and distribute this software is granted provided this +// copyright notice appears in all copies. This software is provided +// "as is" without express or implied warranty, and with no claim as +// to its suitability for any purpose. +#ifndef OVERLOADS_DWA2002101_HPP +# define OVERLOADS_DWA2002101_HPP + +# include +# include + +#endif // OVERLOADS_DWA2002101_HPP