Small C++ improvement to Workgen

XMLWordPrintableJSON

    • Type: Technical Debt
    • Resolution: Fixed
    • Priority: Major - P3
    • WT11.2.0
    • Affects Version/s: None
    • Component/s: None
    • Storage Engines - 2022-12-12
    • 3

      Workgen uses lots of C style arrays (const char *) while we could use std::string for more flexibility.

      There are also different areas where we have empty constructors and destructors, we can use the default keyword in the header instead.

      There are other places where C++ features could be used to make the code easier to read. This ticket will try to make those changes.

            Assignee:
            Etienne Petrel
            Reporter:
            Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: