Add explicit constructor to fix C++20 compilation in BucketCatalog

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 6.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • Execution Team 2022-12-12
    • 51
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      C++20 changes the rules around aggregate initialization, so that if a struct/class has a deleted default constructor (e.g. if one of the members cannot be default constructed), then the struct isn't eligible for aggregate initialization.

            Assignee:
            Dan Larkin-York
            Reporter:
            Dan Larkin-York
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: