Skip to content

Commit f02a3c5

Browse files
committed
Now inheriting object_cref from object
[SVN r14270]
1 parent d7df512 commit f02a3c5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

include/boost/python/list.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ namespace boost { namespace python {
1313

1414
class list : public object
1515
{
16-
# if !defined(BOOST_MSVC) || BOOST_MSVC > 1200
17-
typedef object const& object_cref;
18-
# else
19-
typedef object object_cref;
20-
# endif
2116
public:
2217
BOOST_PYTHON_DECL list(); // new list
2318
explicit BOOST_PYTHON_DECL list(object_cref sequence); // new list initialized from sequence's items

0 commit comments

Comments
 (0)