forked from Alepha/Alepha
Make an observer const
.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user