mirror of
https://github.com/boostorg/intrusive.git
synced 2025-07-31 21:14:48 +02:00
Mutable references are ill-formed. Remove a sporadic "mutable".
[SVN r61664]
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->
|
||||
// again automatically per 13.3.1.2 para 8
|
||||
// operator T*() const { return &m_value; }
|
||||
mutable T &m_value;
|
||||
T &m_value;
|
||||
};
|
||||
|
||||
template <class Iterator, class UnaryFunction>
|
||||
|
Reference in New Issue
Block a user