Richard Levitte <[email protected]> writes: [...]
> Do we know for sure that all implementations of std::vector<char> work > in such a way that memcpy() and other functions with pure C semantics > will always work? Yes (provided the elements are POD, anyway). (Though using std::copy() would also be perfectly reasonable.) [...] _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
