Fixes to comply with with ISO/IEC 14882:1998(E) 17.4.3.1.2 (symbol names):
__swig_std_complex_i__ git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5149 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
fc0f1e8147
commit
ed32b61a84
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __swig_std_complex_i__
|
||||
#define __swig_std_complex_i__
|
||||
#ifndef SWIG_STD_COMPLEX_I_
|
||||
#define SWIG_STD_COMPLEX_I_
|
||||
|
||||
#ifdef SWIG
|
||||
|
||||
|
|
@ -103,4 +103,4 @@ swig_specialize_complex(std::complex<double>);
|
|||
|
||||
#endif // SWIG
|
||||
|
||||
#endif //__swig_std_complex_i__
|
||||
#endif //SWIG_STD_COMPLEX_I_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue