[LLVMdev] API design
David Greene
dag at cray.com
Tue Jul 3 13:44:10 PDT 2007
On Tuesday 03 July 2007 15:25, David Greene wrote:
> I'm happy to go do this but I'm wondering if we should include some
> concept-checking code or something equivalent to ensure that we're
> passed random access iterators.
I've got a patch and it turns out I didn't need anything as fancy as concepts.
A simple call out to another init() routine that takes an iterator_category
object is sufficient.
I'll test and get this in ASAP.
-Dave
More information about the llvm-dev
mailing list