Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix C++20-incompatible instances of aggregate initialization (#23911)
In C++20, types that declare or delete any constructors are no longer aggregates, breaking compilation of many existing uses of aggregate initialization. Fix this for EmberBindingTableEntry by removing the explicitly defaulted constructor.
- Loading branch information