Skip to content

Commit 2aa23a3

Browse files
committed
separate overloads.hpp
BOOST_PYTHON_MODULE_INIT -> BOOST_PYTHON_MODULE [SVN r15615]
1 parent 5cd5138 commit 2aa23a3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

include/boost/python/overloads.hpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)