Revert "[clang-tidy] Replace C style casts with C++ ones"
This reverts commit 13e1bf7204.
This commit is contained in:
@@ -123,7 +123,7 @@ int main (int argc, char** argv)
|
||||
std::cout << i << '\n';
|
||||
|
||||
// Show the result in string form.
|
||||
std::cout << std::string(result)
|
||||
std::cout << (std::string) result
|
||||
<< '\n';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user