diff --git a/include/boost/python/list.hpp b/include/boost/python/list.hpp index 30189f8e..c732b4fd 100644 --- a/include/boost/python/list.hpp +++ b/include/boost/python/list.hpp @@ -13,11 +13,6 @@ namespace boost { namespace python { class list : public object { -# if !defined(BOOST_MSVC) || BOOST_MSVC > 1200 - typedef object const& object_cref; -# else - typedef object object_cref; -# endif public: BOOST_PYTHON_DECL list(); // new list explicit BOOST_PYTHON_DECL list(object_cref sequence); // new list initialized from sequence's items