| 520 | { BOOST_ASSERT( c <= stored_size_type(-1)); this->set_stored_capacity(c); } |
| 521 | |
| 522 | static BOOST_CONTAINER_FORCEINLINE void on_capacity_overflow() |
| 523 | { } |
| 524 | |
| 525 | private: |
| 526 | void priv_first_allocation(size_type cap) |
no outgoing calls
no test coverage detected