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

English cleanups in programming guide

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • 2.5.0
    • 2.6.0
    • Documentation
    • None
    • Operating System: Other
      Platform: Other
    • 28295

    Description

      The following paragraph:

      If C++ Namespace support is ENABLED (all the binary distributions of Xerces-C++
      2.5.0 are built with C++ Namespace enabled), users' applications must namespace
      qualified all the Xerces-C++ classes/data/variables with "xercesc::" or add the
      "using namespace xercesc" clause. Users also need to ensure all forward
      declarations are properly qualified or scope. For example

      should read:

      If C++ Namespace support is ENABLED (all the binary distributions of Xerces-C++
      2.5.0 are built with C++ Namespace enabled), users' applications must namespace
      qualify all the Xerces-C++ classes/data/variables with "xercesc::" or add the
      "using namespace xercesc" clause. Users also need to ensure all forward
      declarations are properly qualified or scoped. For example

      Attachments

        Activity

          People

            cargilld@ca.ibm.com cargilld
            jlquinn@us.ibm.com Jerry Quinn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: