| 828 | {} |
| 829 | |
| 830 | BOOST_CONTAINER_FORCEINLINE vector(initial_capacity_t, pointer initial_memory, size_type cap) |
| 831 | : m_holder(initial_capacity_t(), initial_memory, cap) |
| 832 | {} |
| 833 | |
| 834 | #endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED |
| 835 |
nothing calls this directly
no test coverage detected