Replace enums with enum classes in cppsuite

XMLWordPrintableJSON

    • Storage Engines
    • Storage Engines - 2022-11-14
    • 3

      Instead of plain enums, we could use enum classes that have been introduced since C++11. Since they are strongly typed and scoped, it is a natural improvement we should take into consideration.

      Definition of done:
      There are different plain enums in the cppsuite that should be converted to enum classes. Furthermore, the logger does not use an enum for its logging levels while it should.

        1. logger_diff.rtf
          59 kB
          Etienne Petrel

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

                Created:
                Updated:
                Resolved: