Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-9442

Replace enums with enum classes in cppsuite

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

      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.

            Assignee:
            andrew.morton@mongodb.com Andrew Morton
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: