From aconole at bytheb.org Fri Feb 8 18:49:55 2019 From: aconole at bytheb.org (Aaron Conole) Date: Fri, 08 Feb 2019 13:49:55 -0500 Subject: [esnacc-dev] [PATCH] cxx/asnbufbits: constify operator< In-Reply-To: <20190118154606.17796-1-aconole@bytheb.org> (Aaron Conole's message of "Fri, 18 Jan 2019 10:46:06 -0500") References: <20190118154606.17796-1-aconole@bytheb.org> Message-ID: Aaron Conole writes: > The less-than comparison operator makes no modifications to the internal > state of either the lhs or rhs of the expression. Signal this properly > as a 'const' operation. > > Signed-off-by: Aaron Conole > --- Applied.