disable broken test under the old SwigValueWrapper mech
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6461 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
129ef9be98
commit
5e507b8a26
1 changed files with 3 additions and 2 deletions
|
|
@ -207,9 +207,10 @@ public:
|
|||
{
|
||||
T val;
|
||||
|
||||
// This case is disabled by now
|
||||
// Param(T v): val(v) {}
|
||||
|
||||
Param(T v): val(v) {
|
||||
}
|
||||
Param(T v = T()): val(v) {}
|
||||
|
||||
operator T() const { return val; }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue