C# std::complex wrappers SwigValueWrapper fix
Fix std::complex constructor declaration to stop SwigValueWrapper from being generated
This commit is contained in:
parent
bb758d7810
commit
8c13ee2411
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ template<typename T>
|
|||
class complex
|
||||
{
|
||||
public:
|
||||
complex(T re, T im);
|
||||
complex(T re = T(), T im = T());
|
||||
|
||||
T real() const;
|
||||
T imag() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue