Re: Warnings from the bindings
From: Philip Martin <philip_at_codematters.co.uk>
Date: Fri, 06 Apr 2018 23:25:54 +0100
Philip Martin <philip_at_codematters.co.uk> writes:
> Iterator iter(get_iterator());
Rewriting as:
while (iter.has_next())
also removes the warning, but if I move the T construction before the
-- PhilipReceived on 2018-04-07 00:26:00 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.