Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-676

compiler-generated copy-constructor for QName doesn't do the right thing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • 2.1.0
    • 2.2.0
    • None
    • Operating System: Windows NT/2K
      Platform: PC
    • 13641

    Description

      QName's copy constructor is implemented incorrectly:
      QName(const QName* const qname);
      should be
      QName(const QName& qname);
      instead. At the moment there's a compiler-generated
      copy constructor that obviously doesn't do the right
      thing.

      Attachments

        Activity

          People

            Unassigned Unassigned
            martin@formicula.fsnet.co.uk Martin Schaefer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: