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