Skip to content

Commit

Permalink
Bug 1897752 - Make EnumeratedArray constructor constexpr.
Browse files Browse the repository at this point in the history
MANUAL PUSH: Trivial base toolchains fix CLOSED TREE.
  • Loading branch information
emilio committed May 20, 2024
1 parent c55cdc5 commit a4c1d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfbt/EnumeratedArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class EnumeratedArray {
ArrayType mArray;

public:
EnumeratedArray() = default;
constexpr EnumeratedArray() = default;

template <typename... Args>
MOZ_IMPLICIT constexpr EnumeratedArray(Args&&... aArgs)
Expand Down

0 comments on commit a4c1d40

Please sign in to comment.