Use lambas with find_if instead of inline functions
commitc32e70ac4428d375b40cc3b089c5f90d64cf31f9
authorOlly Betts <olly@survex.com>
Fri, 27 Oct 2017 04:09:13 +0000 (27 17:09 +1300)
committerOlly Betts <olly@survex.com>
Fri, 27 Oct 2017 04:11:11 +0000 (27 17:11 +1300)
treeb645bb1b34190ac294cdaf663372a78503259f80
parent3b5b053c0d66cd2b1bd140e43db3807c3ea7d254
Use lambas with find_if instead of inline functions

This makes for clearer code as the condition checked is in the function
call using it.
xapian-applications/omega/scriptindex.cc