Error out attempting to use directors without -c++

Remove redundant #ifdef __cplusplus markers in director.swg
This commit is contained in:
William S Fulton 2013-12-23 20:23:54 +00:00
commit 1a19451c1b
10 changed files with 4 additions and 34 deletions

View file

@ -5,8 +5,6 @@
* methods can be called from C++.
* ----------------------------------------------------------------------------- */
#ifdef __cplusplus
#if defined(DEBUG_DIRECTOR_OWNED)
#include <iostream>
#endif
@ -45,6 +43,3 @@ namespace Swig {
};
}
#endif /* __cplusplus */