regex_constants::ECMAScript not expected to be 0

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-4250
    • Hide
      ARM_18.1.0.LTS
      C2000_22.6.0.LTS
      C2000_25.11.0.LTS
      ARM_18.12.0.LTS
      C2000_21.6.0.LTS
      ARM_20.2.0.LTS
      C2000_20.2.0.LTS
      Show
      ARM_18.1.0.LTS C2000_22.6.0.LTS C2000_25.11.0.LTS ARM_18.12.0.LTS C2000_21.6.0.LTS ARM_20.2.0.LTS C2000_20.2.0.LTS
    • Hide
      std::regex_constraints is a bitmask type, whose definition can be found in C++14 section 17.5.2.1.3. Paragraph 3 of this definition states that all values in the bitmask must be nonzero, so that zero can be used as a special 'empty bitmask' value.

      The current implementation assigns std::regex_constraints::ECMAScript to 0, which goes against the definition.
      Show
      std::regex_constraints is a bitmask type, whose definition can be found in C++14 section 17.5.2.1.3. Paragraph 3 of this definition states that all values in the bitmask must be nonzero, so that zero can be used as a special 'empty bitmask' value. The current implementation assigns std::regex_constraints::ECMAScript to 0, which goes against the definition.

      regex_constants::ECMAScript not expected to be 0

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:

                Connection: Intermediate to External PROD System
                EXTSYNC-1269 - regex_constants::ECMAScript not exp...
                SYNCHRONIZED
                • Last Sync Date: