dwww Home | Show directory contents | Find package

/* Swig 1.3.6 fails to understand the "explicit" keyword.
   SF Bug #445233, reported by Krzysztof Kozminski
   <kozminski@users.sf.net>. 
*/

%module constructor_explicit
%inline %{

class Foo {
public:
   explicit Foo() { }
   explicit Foo(int) {};
};

Foo test(Foo x) {
   return x;
}

%}

Generated by dwww version 1.15 on Tue Jul 2 00:13:44 CEST 2024.