Warning and error fixes for Solaris Sun Studio compiler
This commit is contained in:
parent
2e8dfbcc3e
commit
760d603918
9 changed files with 42 additions and 19 deletions
|
|
@ -3506,8 +3506,8 @@ public:
|
|||
Printf(f_directors_h, " return (iv != swig_inner.end() ? iv->second : false);\n");
|
||||
Printf(f_directors_h, " }\n");
|
||||
|
||||
Printf(f_directors_h, " void swig_set_inner(const char *swig_protected_method_name, bool val) const {\n");
|
||||
Printf(f_directors_h, " swig_inner[swig_protected_method_name] = val;\n");
|
||||
Printf(f_directors_h, " void swig_set_inner(const char *swig_protected_method_name, bool swig_val) const {\n");
|
||||
Printf(f_directors_h, " swig_inner[swig_protected_method_name] = swig_val;\n");
|
||||
Printf(f_directors_h, " }\n");
|
||||
Printf(f_directors_h, "private:\n");
|
||||
Printf(f_directors_h, " mutable std::map<std::string, bool> swig_inner;\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue