2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Fix #ifdef

[SVN r19745]
This commit is contained in:
Dave Abrahams
2003-08-23 11:41:00 +00:00
parent f7c9f45508
commit 165e294298

View File

@@ -218,7 +218,7 @@ namespace api
PyObject* m_ptr;
};
# if BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
# ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
template <class T, class U>
struct is_derived_impl
{