removed redundant valuewrapper feature
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6459 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
eafd417f0d
commit
85b1bcfc47
10 changed files with 0 additions and 10 deletions
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
namespace std {
|
||||
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
|
||||
// string
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
namespace std {
|
||||
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
|
||||
%typemap(typecheck) string = char *;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
namespace std {
|
||||
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
|
||||
// string
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
namespace std {
|
||||
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
|
||||
/* Overloading check */
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
namespace std {
|
||||
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
|
||||
/* Overloading check */
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
namespace std {
|
||||
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
|
||||
%typemap(in) string {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
namespace std {
|
||||
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
|
||||
/* Overloading check */
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
namespace std
|
||||
{
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ namespace std {
|
|||
|
||||
// Ruby wants class names to start with a capital letter
|
||||
%rename(String) string;
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
|
||||
/* Overloading check */
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
namespace std {
|
||||
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
|
||||
/* Overloading check */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue