[jira] [Created] (XERCESC-2256) For C++11 and later, change enum tokType (util/regx/Token.hpp) to a scoped enum

"Florian Wiesner (Jira)" <[email protected]> Mon, 4 Nov 2024 10:34:00 +0000 (UTC)
Newsgroups gmane.text.xml.xerces-c.devel
Message-ID <[email protected]>
Florian Wiesner created XERCESC-2256:
----------------------------------------

             Summary: For C++11 and later, change enum tokType (util/regx/Token.hpp) to a scoped enum
                 Key: XERCESC-2256
                 URL: https://issues.apache.org/jira/browse/XERCESC-2256
             Project: Xerces-C++
          Issue Type: Improvement
            Reporter: Florian Wiesner


the current enumeration uses T_CHAR, T_STRING, etc. as enumeration values. Those symbol names are generic enough to cause clashes with other libraries. Therefore, a change to C++11 scoped enums would fix this potential for clashes on the side of Xerces.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)