mirror of
https://github.com/boostorg/ptr_container.git
synced 2026-02-23 16:02:10 +00:00
*** empty log message ***
[SVN r27749]
This commit is contained in:
15
test/vector_size.cpp
Executable file
15
test/vector_size.cpp
Executable file
@@ -0,0 +1,15 @@
|
||||
#include <vector>
|
||||
|
||||
template class
|
||||
std::vector<int*>;
|
||||
|
||||
template class
|
||||
std::vector<short*>;
|
||||
|
||||
template class
|
||||
std::vector<char*>;
|
||||
|
||||
template class
|
||||
std::vector<char**>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user