diff options
| author | JosJuice <josjuice@gmail.com> | 2022-01-20 21:14:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-20 21:14:41 +0100 |
| commit | 7b8e846d0ab1a95c4070c3d89e38180895e536c6 (patch) | |
| tree | 8ac4fee6c918e4586a333d808173d4b20ee24c5b /Source/UnitTests/Common/BitFieldTest.cpp | |
| parent | 73bcf9c24bff56e562f120d2c1c02fb734e17dfd (diff) | |
| parent | fd04f4f32dcb322e3efa51400ed8638a8beb288f (diff) | |
Merge pull request #10367 from Pokechu22/fmt-8.1.1
Update to fmt 8.1.1
Diffstat (limited to 'Source/UnitTests/Common/BitFieldTest.cpp')
| -rw-r--r-- | Source/UnitTests/Common/BitFieldTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Common/BitFieldTest.cpp b/Source/UnitTests/Common/BitFieldTest.cpp index 91258d393c..bb0de4b4ab 100644 --- a/Source/UnitTests/Common/BitFieldTest.cpp +++ b/Source/UnitTests/Common/BitFieldTest.cpp @@ -201,7 +201,7 @@ TEST(BitField, Alignment) template <> struct fmt::formatter<TestEnum> : EnumFormatter<TestEnum::D> { - formatter() : EnumFormatter({"A", "B", "C", "D"}) {} + constexpr formatter() : EnumFormatter({"A", "B", "C", "D"}) {} }; // Test behavior of using BitFields with fmt |
