Testcase workaround for missing boost::array::fill
Some older versions of boost don't have this function.
This commit is contained in:
parent
2a98821c79
commit
43fe8aced6
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ namespace boost {
|
|||
using std::array;
|
||||
}
|
||||
|
||||
%ignore std::array::fill; // Some older versions of boost don't have this function
|
||||
|
||||
%include <std_array.i>
|
||||
|
||||
%template(ArrayInt6) std::array<int, 6>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue