Vyacheslav Ivanov 5e70837d3f fix: optimization: PVS-Studio warning V815
The 'empty()' method is more efficient for checking if a string is empty compared to comparing it with an empty string literal.

The default constructor 'std::wstring()' is more efficient for creating an empty string compared to using a string literal.

The 'clear()' method is more efficient for clearing a std::wstring compared to assigning it an empty string literal.

Reported by: PVS-Studio
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 17:50:58 +03:00
..
2024-05-06 03:38:19 +03:00
2024-08-03 17:41:03 +03:00
2024-08-01 17:10:30 +03:00
2024-07-14 10:50:06 +03:00
2024-05-06 03:38:19 +03:00
2024-07-11 10:32:05 +03:00
2024-07-28 22:31:27 +03:00
2024-06-23 22:09:04 +03:00