avs-device-sdk icon indicating copy to clipboard operation
avs-device-sdk copied to clipboard

Fix build error in avs-device-sdk std move function

Open khamarshaikh opened this issue 2 years ago • 0 comments

Description of changes: Currently the build fails with error: unqualified call to 'std::move'

Appending the std namespace to the function resolves it.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

khamarshaikh avatar May 25 '23 08:05 khamarshaikh