
10 May
2013
10 May
'13
2:51 p.m.
On 10 May 2013 15:31, Jeff Flinn wrote:
The closest existing practice I see is the std::mismatch algorithm which requires the first of the two input sequences to be the longest, and only checks first1 != last1.
As an aside, see http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3607.html which was voted into C++14