mirror of
https://github.com/boostorg/python.git
synced 2026-01-25 18:32:24 +00:00
Fix for MSVC6
[SVN r21114]
This commit is contained in:
@@ -392,7 +392,7 @@ namespace boost { namespace python { namespace indexing {
|
||||
container_proxy<Container, Holder, Generator>
|
||||
::at (size_type index) const
|
||||
{
|
||||
pointer_impl const &ptr (m_proxies.BOOST_PYTHON_INDEXING_AT (index));
|
||||
pointer_impl const &ptr = m_proxies.BOOST_PYTHON_INDEXING_AT (index);
|
||||
assert (ptr->owner() == this);
|
||||
assert (ptr->index() == index);
|
||||
return const_reference (ptr);
|
||||
|
||||
Reference in New Issue
Block a user