mirror of
https://github.com/boostorg/ptr_container.git
synced 2026-02-23 16:02:10 +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*>;
|
|
|
|
|