Implement begin_ptr and end_ptr in serialize.h in terms of C++11 code, and add a comment that they are deprecated.
Follow-up to developer notes update in 654a211.
Also add a data() method to prevector, this is necessary to support this.
Implement begin_ptr and end_ptr in serialize.h in terms of C++11 code, and add a comment that they are deprecated.
Follow-up to developer notes update in 654a211.
Also add a data() method to prevector, this is necessary to support this.
This returns a pointer to the beginning of the vector's data.
utACK e9059ac
Implement `begin_ptr` and `end_ptr` in terms of C++11 code,
and add a comment that they are deprecated.
Follow-up to developer notes update in 654a21162252294b7dbd6c982fec88008af7335e.
Removed a stray 'noexcept' from the prevector.h patch, it came in from std::vector's .data() implementation but we use that keyword nowhere else not convinced we should now.
utACK f00705ae7ff3c1db805859e3be41e58ac70625b6