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.
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.
std::vector’s .data() implementation but we use that keyword nowhere else not convinced we should now.
laanwj
dcousens
btcdrak
theuni
Labels
Utils/log/libs