
25 Mar
2011
25 Mar
'11
10:57 a.m.
On 25/03/2011 11:07, Paul A. Bristow wrote:
There are already have five people looking at this project, but you might like to look at
Why are you using std::string rather than an arbitrary range? Ranges would in particular allow to apply the algorithm to data contained within a file. Also that code obviously lacks the "inline" specifier, which is necessary to put non-template free functions in header files...