Can't compile debug mode due to strcpy namespace issue
Open
bug
Build
- Dominant language
- C++
- Stars
- 157
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
## 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](https://github.com/oneapi-src/oneVPL-intel-gpu/files/9667662/compile_error.txt)
Contributor guide
Assessment
This issue has not been assessed yet.