oneVPL-intel-gpu icon indicating copy to clipboard operation
oneVPL-intel-gpu copied to clipboard

Can't compile debug mode due to strcpy namespace issue

Open codyjack5 opened this issue 3 years ago • 2 comments

Issue behavior

Describe the current behavior

I can't compile latest main commit in debug, only in release. Compiler log is attached. Issue appears to be using std::strcpy instead of strcpy. This is the only instance of std::strcpy in the codebase.

Describe the expected behavior

Compiling in debug and release should both succeed.

Debug information

compile_error.txt

codyjack5 avatar Sep 28 '22 17:09 codyjack5

@Stolk, Is your above pr trying to fix this issue? Could you send your pr to close this issue if possible. Thanks.

Jexu avatar Nov 08 '22 02:11 Jexu

@stolk, Is your above pr trying to fix this issue? Could you send your pr to close this issue if possible. Thanks.

https://github.com/oneapi-src/oneVPL-intel-gpu/pull/242

stolk avatar Nov 08 '22 14:11 stolk