Merge standards-conformance fixes for Boost.Intrusive

[SVN r61866]
This commit is contained in:
Douglas Gregor
2010-05-09 01:24:39 +00:00
parent 82c61d82ae
commit 87f0baff4b

View File

@@ -46,7 +46,7 @@ struct operator_arrow_proxy<T&>
// This function is needed for MWCW and BCC, which won't call operator-> // This function is needed for MWCW and BCC, which won't call operator->
// again automatically per 13.3.1.2 para 8 // again automatically per 13.3.1.2 para 8
// operator T*() const { return &m_value; } // operator T*() const { return &m_value; }
mutable T &m_value; T &m_value;
}; };
template <class Iterator, class UnaryFunction> template <class Iterator, class UnaryFunction>