Menu

#1316 #ifndef WITH_COMPAT missing for soap_dom_attribute

v1.0 (example)
closed-fixed
None
5
2023-11-30
2023-11-24
tudscr
No

In stdsoap2.h the lines

  soap_dom_attribute(struct soap *soap, const char *ns, const char *tag, const std::string& str);
  soap_dom_attribute(struct soap *soap, const char *ns, const char *tag, const std::wstring& str);
  soap_dom_attribute(struct soap *soap, const char *ns, const wchar_t *tag, const std::string& str);
  soap_dom_attribute(struct soap *soap, const char *ns, const wchar_t *tag, const std::wstring& str);

should be guarded by #ifndef WITH_COMPAT

Discussion

  • Robert van Engelen

    You're right. Thank you for your feedback. The upcoming release update will be fixed.

     
  • Robert van Engelen

    • status: open --> pending
    • assigned_to: Robert van Engelen
     
  • Robert van Engelen

    • status: pending --> closed-fixed
     

Log in to post a comment.