summaryrefslogtreecommitdiff
path: root/boost/python/object_items.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/object_items.hpp')
-rw-r--r--[-rwxr-xr-x]boost/python/object_items.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/boost/python/object_items.hpp b/boost/python/object_items.hpp
index f0761dadbb..b048689a7c 100755..100644
--- a/boost/python/object_items.hpp
+++ b/boost/python/object_items.hpp
@@ -44,7 +44,6 @@ object_operators<U>::operator[](object_cref key) const
return const_object_item(x, key);
}
-# if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <class U>
template <class T>
inline const_object_item
@@ -60,8 +59,6 @@ object_operators<U>::operator[](T const& key)
{
return (*this)[object(key)];
}
-# endif
-
inline object const_item_policies::get(object const& target, object const& key)
{