Fix scilab fragment dependency problem in STL headers
import_stl test now working again
This commit is contained in:
parent
b08d6ddbad
commit
5d5fd5b122
2 changed files with 4 additions and 6 deletions
|
|
@ -27,9 +27,6 @@ CPP_STD_TEST_CASES += \
|
|||
li_std_container_typemaps \
|
||||
li_std_string_extra \
|
||||
|
||||
FAILING_MULTI_CPP_TESTS = \
|
||||
import_stl \
|
||||
|
||||
include $(srcdir)/../common.mk
|
||||
|
||||
# Overriden variables
|
||||
|
|
|
|||
|
|
@ -42,7 +42,9 @@
|
|||
|
||||
%fragment("SciSequence_Cont", "header",
|
||||
fragment="StdTraits",
|
||||
fragment="SwigSciIterator_T")
|
||||
fragment="SwigSciIterator_T",
|
||||
fragment=SWIG_Traits_Sequence_frag(ptr),
|
||||
fragment=SWIG_Traits_SequenceItem_frag(ptr))
|
||||
{
|
||||
namespace swig
|
||||
{
|
||||
|
|
@ -334,8 +336,7 @@ namespace swig
|
|||
|
||||
%fragment("StdSequenceTraits","header",
|
||||
fragment="StdTraits",
|
||||
fragment="SciSequence_Cont",
|
||||
fragment=SWIG_Traits_SequenceItem_frag(ptr))
|
||||
fragment="SciSequence_Cont")
|
||||
{
|
||||
namespace swig {
|
||||
template <class SciSeq, class Seq>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue