mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
Fix warning.
This commit is contained in:
parent
f6baab5c27
commit
0b307248a6
@ -264,7 +264,7 @@ TEST(ArrayTest, MoveAssignment) {
|
|||||||
// Move should rip the guts of the first array.
|
// Move should rip the guts of the first array.
|
||||||
EXPECT_EQ(inline_buffer_ptr, &array[0]);
|
EXPECT_EQ(inline_buffer_ptr, &array[0]);
|
||||||
EXPECT_EQ("testab", std::string(&array2[0], array2.size()));
|
EXPECT_EQ("testab", std::string(&array2[0], array2.size()));
|
||||||
EXPECT_GT(array2.capacity(), 5);
|
EXPECT_GT(array2.capacity(), 5u);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // FMT_USE_RVALUE_REFERENCES
|
#endif // FMT_USE_RVALUE_REFERENCES
|
||||||
|
Loading…
Reference in New Issue
Block a user