| 661 | //------------------------------------------------------------------------ |
| 662 | template<class T, unsigned S> |
| 663 | inline void pod_bvector<T, S>::remove_last() |
| 664 | { |
| 665 | if(m_size) --m_size; |
| 666 | } |
| 667 | |
| 668 | |
| 669 | //------------------------------------------------------------------------ |
no outgoing calls
no test coverage detected