COMP: remove ignored qualifiers

This commit is contained in:
Mark Olesen
2019-10-02 09:42:29 +02:00
committed by Andrew Heather
parent e9f96b25c9
commit 51099548ed

View File

@ -766,7 +766,7 @@ public:
// Member Functions/Operators // Member Functions/Operators
//- Const access to referenced object (value) //- Const access to referenced object (value)
inline const reference val() const inline reference val() const
{ {
return Iterator<true>::entry_->cval(); return Iterator<true>::entry_->cval();
} }