mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Removed incorrect assert(0) introduced when resolving #9221
[SVN r86317]
This commit is contained in:
@@ -509,7 +509,6 @@ class mq_hdr_t
|
||||
//Check where the free message should be placed
|
||||
it = this->lower_bound(dummy_ptr, static_cast<priority_functor<VoidPointer>&>(*this));
|
||||
}
|
||||
assert(0);
|
||||
}
|
||||
//Insert the free message in the correct position
|
||||
return this->insert_at(it);
|
||||
|
||||
Reference in New Issue
Block a user