Delete whitespace, and change the return type of ImplicitlyConvertible::MakeFrom() to From&.
This commit is contained in:
@@ -414,8 +414,6 @@ TEST(PrintCStringTest, EscapesProperly) {
|
||||
Print(p));
|
||||
}
|
||||
|
||||
|
||||
|
||||
// MSVC compiler can be configured to define whar_t as a typedef
|
||||
// of unsigned short. Defining an overload for const wchar_t* in that case
|
||||
// would cause pointers to unsigned shorts be printed as wide strings,
|
||||
|
||||
Reference in New Issue
Block a user