2
0
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:
Dave Abrahams
2006-10-01 18:25:44 +00:00
parent 8553c109c7
commit 545be29ad3

View File

@@ -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
{