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:
12
include/boost/python/overloads.hpp
Normal file
12
include/boost/python/overloads.hpp
Normal 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
|
||||
Reference in New Issue
Block a user