mclow / Boost.Algorithm

Proposed Boost.Algorithm Library
7 stars 2 forks source link

Search implementation suggestions #8

Open mclow opened 13 years ago

mclow commented 13 years ago

Phil Endecott writes:

mclow commented 13 years ago

You can do that today with ( str, str + strlen (str), but I'll think about how to do it better. Maybe just a specialization for char * (and wchar?) The trick, I think, will be to avoid having a general pointer-based version that insists on null termination.