oneVPL-intel-gpu
oneVPL-intel-gpu copied to clipboard
Can't compile debug mode due to strcpy namespace issue
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
@Stolk, Is your above pr trying to fix this issue? Could you send your pr to close this issue if possible. Thanks.
@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