mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 06:42:27 +00:00
non-template function make_function1 must be inline
[SVN r17791]
This commit is contained in:
@@ -80,6 +80,7 @@ namespace detail
|
||||
template <class T>
|
||||
object make_function1(T fn, ...) { return make_function(fn); }
|
||||
|
||||
inline
|
||||
object make_function1(object const& x, object const*) { return x; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user