| 833 | //------------------------------------------------------------------------ |
| 834 | template <class T, unsigned S> |
| 835 | inline void pod_bvector<T, S>::remove_last() |
| 836 | { |
| 837 | if (m_size) |
| 838 | --m_size; |
| 839 | } |
| 840 | |
| 841 | //------------------------------------------------------------------------ |
| 842 | template <class T, unsigned S> |
no outgoing calls
no test coverage detected