C++: Autoformat.

This commit is contained in:
Geoffrey White
2024-05-02 15:49:56 +01:00
parent 0693bf9e75
commit b8b3689251

View File

@@ -23,4 +23,5 @@ where
(c.getTarget() instanceof StdStringCStr or c.getTarget() instanceof StdStringData) and
isTemporary(c.getQualifier().getFullyConverted())
select c,
"The underlying temporary string object is destroyed after the call to '" + c.getTarget() + "' returns."
"The underlying temporary string object is destroyed after the call to '" + c.getTarget() +
"' returns."