Error out attempting to use directors without -c++
Remove redundant #ifdef __cplusplus markers in director.swg
This commit is contained in:
parent
135a7cc558
commit
1a19451c1b
10 changed files with 4 additions and 34 deletions
|
|
@ -8,8 +8,6 @@
|
|||
#ifndef SWIG_DIRECTOR_PYTHON_HEADER_
|
||||
#define SWIG_DIRECTOR_PYTHON_HEADER_
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <exception>
|
||||
|
|
@ -432,7 +430,4 @@ namespace Swig {
|
|||
#endif
|
||||
}
|
||||
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue