iterator: style, east-const

This commit is contained in:
Danny Robson 2018-10-15 12:52:39 +11:00
parent 0e5a084a9b
commit bf535de083

View File

@ -92,7 +92,7 @@ namespace cruft {
{ ; }
infix_iterator&
operator= (const T &value)
operator= (T const &value)
{
if (!m_first)
m_output << m_delimiter;