You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like SWIG-MATLAB tries to wrap a default constructor that doesn't exist:
checking matlab testcase array_typedef_memberin
Building with 'Xcode Clang++'.
/Users/jaeandersson/dev/swig/build/Examples/test-suite/matlab/array_typedef_memberin_wrap.cxx:1612:47: error: call to implicitly-deleted default constructor of 'ArrayExample::ExampleDetail'
result = (ArrayExample::ExampleDetail *)new ArrayExample::ExampleDetail();
^
/Users/jaeandersson/dev/swig/build/Examples/test-suite/matlab/array_typedef_memberin_wrap.cxx:1175:21: note: default constructor of 'ExampleDetail' is implicitly deleted because field 'node_list2' of const-qualified type 'const Eight' (aka 'short const[8]') would not be initialized
const Eight node_list2;
^
1 error generated.
make[2]: *** [matlab_cpp] Error 255
make[1]: *** [array_typedef_memberin.cpptest] Error 2
The text was updated successfully, but these errors were encountered:
It looks like SWIG-MATLAB tries to wrap a default constructor that doesn't exist:
The text was updated successfully, but these errors were encountered: