2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

separate overloads.hpp

BOOST_PYTHON_MODULE_INIT -> BOOST_PYTHON_MODULE


[SVN r15615]
This commit is contained in:
Dave Abrahams
2002-10-01 15:08:08 +00:00
parent 5cd513859d
commit 2aa23a317d

View File

@@ -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 <boost/python/detail/overloads_fwd.hpp>
# include <boost/python/detail/defaults_def.hpp>
#endif // OVERLOADS_DWA2002101_HPP