mirror of
https://github.com/boostorg/ptr_container.git
synced 2026-02-24 16:22:21 +00:00
16 lines
213 B
C++
Executable File
16 lines
213 B
C++
Executable File
#include <boost/ptr_container/ptr_vector.hpp>
|
|
|
|
template class
|
|
boost::ptr_vector<int>;
|
|
|
|
template class
|
|
boost::ptr_vector<short>;
|
|
|
|
template class
|
|
boost::ptr_vector<char>;
|
|
|
|
template class
|
|
boost::ptr_vector<char*>;
|
|
|
|
|