Skip to content

Commit 545be29

Browse files
committed
(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]
1 parent 8553c10 commit 545be29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/python/wrapper.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ namespace boost { namespace python {
1414
template <class T>
1515
class wrapper : public detail::wrapper_base
1616
{
17-
# if defined(BOOST_PYTHON_NO_SFINAE)
1817
public:
18+
// Do not touch this implementation detail!
1919
typedef T _wrapper_wrapped_type_;
20-
# endif
20+
2121
protected:
2222
override get_override(char const* name) const
2323
{

0 commit comments

Comments
 (0)