summaryrefslogtreecommitdiff
path: root/Examples/test-suite/li_std_wstring.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/li_std_wstring.i')
-rw-r--r--Examples/test-suite/li_std_wstring.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/Examples/test-suite/li_std_wstring.i b/Examples/test-suite/li_std_wstring.i
index e0ecde53b..80f860338 100644
--- a/Examples/test-suite/li_std_wstring.i
+++ b/Examples/test-suite/li_std_wstring.i
@@ -92,6 +92,12 @@ void test_throw() throw(std::wstring){
#pragma warning(default: 4290) // C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
#endif
+#ifdef SWIGPYTHON_BUILTIN
+bool is_python_builtin() { return true; }
+#else
+bool is_python_builtin() { return false; }
+#endif
+
%}