to_wstring added
This commit is contained in:
committed by
Jonathan Müller
parent
37eb419af2
commit
89654cd127
@@ -78,3 +78,7 @@ TEST(StringWriterTest, WString) {
|
||||
TEST(StringTest, ToString) {
|
||||
EXPECT_EQ("42", fmt::to_string(42));
|
||||
}
|
||||
|
||||
TEST(StringTest, ToWString) {
|
||||
EXPECT_EQ(L"42", fmt::to_wstring(42));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user