We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7df512 commit f02a3c5Copy full SHA for f02a3c5
1 file changed
include/boost/python/list.hpp
@@ -13,11 +13,6 @@ namespace boost { namespace python {
13
14
class list : public object
15
{
16
-# if !defined(BOOST_MSVC) || BOOST_MSVC > 1200
17
- typedef object const& object_cref;
18
-# else
19
- typedef object object_cref;
20
-# endif
21
public:
22
BOOST_PYTHON_DECL list(); // new list
23
explicit BOOST_PYTHON_DECL list(object_cref sequence); // new list initialized from sequence's items
0 commit comments