Enable the tests and support of shared_ptr in them for C (which required disabling a previously passing, because not doing anything, attributes test which is currently broken for unrelated reasons).
5 lines
110 B
OpenEdge ABL
5 lines
110 B
OpenEdge ABL
#ifndef SWIG_SHARED_PTR_NAMESPACE
|
|
#define SWIG_SHARED_PTR_NAMESPACE boost
|
|
#endif
|
|
|
|
%include <std_shared_ptr.i>
|