16 Mar
2017
16 Mar
'17
6:32 p.m.
On Thu, Mar 16, 2017 at 6:18 PM, Boris Rasin via Boost
I've written an improved version of find() for associative containers (in the form of a free function), and I need your help answering these two questions:
1. Will it be a useful addition to boost? 2. Where exactly should it fit in the boost?
Nice! I've got something similar: https://github.com/OlafvdSpek/xbt/blob/master/misc/xbt/find_ptr.h Most variants return a pointer rather than a (conditional) iterator. Gr, Olaf