mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-01 06:31:48 +01:00
Add pointer support to basic_writer
This commit is contained in:
@@ -1609,6 +1609,7 @@ TEST(FormatTest, UdlTemplate) {
|
||||
|
||||
TEST(FormatTest, ToString) {
|
||||
EXPECT_EQ("42", fmt::to_string(42));
|
||||
EXPECT_EQ("0x1234", fmt::to_string(reinterpret_cast<void*>(0x1234)));
|
||||
}
|
||||
|
||||
TEST(FormatTest, ToWString) {
|
||||
|
||||
Reference in New Issue
Block a user