mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
(hopefully) grab the last bit of logic from HEAD for a bugfix I've been trying to apply to the branch for days(!)
[SVN r35436]
This commit is contained in:
@@ -14,10 +14,10 @@ namespace boost { namespace python {
|
||||
template <class T>
|
||||
class wrapper : public detail::wrapper_base
|
||||
{
|
||||
# if defined(BOOST_PYTHON_NO_SFINAE)
|
||||
public:
|
||||
// Do not touch this implementation detail!
|
||||
typedef T _wrapper_wrapped_type_;
|
||||
# endif
|
||||
|
||||
protected:
|
||||
override get_override(char const* name) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user