mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 06:24:44 +02:00
Merge standards-conformance fixes for Boost.Intrusive
[SVN r61866]
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user