mirror of https://github.com/swig/swig
[go] Remove workaround in cpp11_decltype.i
This case was fixed by 7a8c9fdfa8
.
(SWIG/Go still has problems wrapping constant strings in some cases
though - the example in #2724 still fails.)
This commit is contained in:
parent
2d717988c2
commit
600685dfd8
|
@ -12,12 +12,6 @@
|
|||
#endif
|
||||
%}
|
||||
|
||||
#ifdef SWIGGO
|
||||
// FIXME: SWIG/Go tries to wrap this by generating code which tries to
|
||||
// assign a const char* value to a char* variable.
|
||||
%ignore should_be_string;
|
||||
#endif
|
||||
|
||||
%inline %{
|
||||
class A {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue