MacOS test fix

This commit is contained in:
Pherring04 2024-06-17 10:06:04 -05:00
parent 89ac4405e7
commit 318356f141
7 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class B {
public :
//TODO: in the clang based convert_swig, we can use NS1 without the leading ::
//Since swig 4.2.0, leading :: causes error.
#if SWIG_VERSION >= 0x040200
#if SWIG_VERSION >= 0x040200 || __APPLE__
NS1::A< int > m ;
#else
::NS1::A< int > m ;

Binary file not shown.

Binary file not shown.

Binary file not shown.