9 Nov
2014
9 Nov
'14
9:44 p.m.
El 09/11/2014 21:34, niXman escribió:
Ion Gaztañaga 2014-11-09 23:07:
Because nobody has provided a patch ;-) I'll add this to the to-do list. Thanks.
I don't think using std::equal will guarantees the use of memcmp. At least, the last time I checked some major implementations didn't use it and others only for char types. I've seen libstdc++ uses memcmp for non-char types, maybe that could be a good example to follow. Best, Ion