More C++11 doc tweaks
This commit is contained in:
parent
e186dc13b7
commit
3fb973644e
2 changed files with 25 additions and 21 deletions
|
|
@ -20,5 +20,9 @@ extern template class std::vector<A>;
|
|||
|
||||
template class std::vector<A*>;
|
||||
extern template class std::vector<A*>;
|
||||
|
||||
template class std::vector<int>;
|
||||
extern template class std::vector<int>;
|
||||
%}
|
||||
|
||||
%template(VectorInt) std::vector<int>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue