1
0
forked from Alepha/Alepha

Make an observer const.

This commit is contained in:
2024-01-05 14:28:15 -05:00
parent 45f48df5a9
commit 5a67b8d0ec

View File

@ -130,7 +130,7 @@ namespace Alepha::Hydrogen::Atomic ::detail:: Dropbox_m
return std::move( rv );
}
bool pushWouldBlock() { return weight > boxLimit; }
bool pushWouldBlock() const noexcept { return weight > boxLimit; }
void