mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
serialize: Deprecate begin_ptr / end_ptr
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 654a211622.
This commit is contained in:
@@ -476,7 +476,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
value_type* data() noexcept {
|
||||
value_type* data() {
|
||||
return item_ptr(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user