Vyacheslav Ivanov 818fd716cc
fix: optimization: PVS-Studio warning V825
The 'current.reset(lang.release())' expression is equivalent to 'current = std::move(lang)'.
Changed 'current.reset(lang.release())' to 'current = std::move(lang)' to improve code clarity and performance.

Reported by: PVS-Studio

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-02 01:57:43 +03:00
..
2024-05-06 03:38:19 +03:00
2024-08-01 17:10:30 +03:00
2024-08-01 17:10:30 +03:00
2024-07-12 00:20:22 +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