Files
compute-runtime/shared/source/helpers
Maciej Bielski f3b3d58ee9 refactor: remove misleading std::move
The `surfStateInfo` argument has a `const SurfStateInHeapInfo &` type.
Thus the result of `std::move()` is
`std::remove_reference<const SurfStateHeapInfo &>::type &&`.
This effectively boils down to `const SurfStateHeapInfo &` (the L-value
reference has precedence), which effectively is passed to
`.push_back(const SurfStateHeapInfo &)`.
This is the same outcome as if the `std::move()` is not present at all.

Related-To: NEO-15630

Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>
2025-08-13 11:43:10 +02:00
..
2025-08-08 14:43:23 +02:00
2025-08-11 20:29:37 +02:00
2025-04-14 14:59:40 +02:00
2025-08-11 20:29:37 +02:00
2025-02-10 14:54:03 +01:00
2025-06-12 17:32:16 +02:00
2024-10-02 16:14:40 +02:00
2025-04-14 14:59:40 +02:00
2023-04-13 10:46:47 +02:00
2025-08-08 15:31:13 +02:00
2025-08-08 15:31:13 +02:00