1
0
forked from Alepha/Alepha

Getting a Blob reference should be a reference observer

This commit is contained in:
2024-05-13 15:21:45 -04:00
parent a85ed5565c
commit af9124ee34

2
Blob.h
View File

@ -95,7 +95,7 @@ namespace Alepha::Hydrogen ::detail:: Blob_m
~Blob() { reset(); }
using StorageReservation= IndirectStorage;
StorageReservation reservation() const { return storage; }
const StorageReservation &reservation() const { return storage; }
auto
swap_lens() noexcept