|
Lines 185-195
Link Here
|
| 185 |
template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p); |
185 |
template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p); |
| 186 |
template <class T> friend void boost::checked_delete(T* x); |
186 |
template <class T> friend void boost::checked_delete(T* x); |
| 187 |
|
187 |
|
| 188 |
#if BOOST_VERSION == 106100 |
188 |
#if BOOST_VERSION >= 106100 |
| 189 |
public: |
189 |
public: |
| 190 |
#endif |
190 |
#endif |
| 191 |
~Planet() {} |
191 |
~Planet() {} |
| 192 |
#if BOOST_VERSION == 106100 |
192 |
#if BOOST_VERSION >= 106100 |
| 193 |
protected: |
193 |
protected: |
| 194 |
#endif |
194 |
#endif |
| 195 |
|
195 |
|