Skip to content

Commit 273de39

Browse files
committed
Comment.
1 parent 770bc63 commit 273de39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/bitcoin/system/impl/stream/streamers/byte_reader.ipp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ data_chunk* byte_reader<IStream>::read_bytes_raw(size_t size) NOEXCEPT
444444
return nullptr;
445445

446446
// TODO: bypass vector byte fill.
447+
// std::uses_allocator_construction_args supplies allocator to vector.
447448
const auto raw = allocator_.new_object<data_chunk>(size);
448449
if (raw == nullptr)
449450
{

0 commit comments

Comments
 (0)